Html Css Color HEX #705215 Raw Umber

📋 copy color: '#705215'

red 112 ◦ green 82 ◦ blue 21

#705215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #705215

Tints of Raw Umber #705215

RGB

 RED value IS 112 (44.14% from 255) = 52.09%

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 52.09%
G = 38.14%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#705215 (or 0x705215) is known color: Raw Umber. HEX triplet: 70, 52 and 15. RGB value is (112,82,21). Sum of RGB (Red+Green+Blue) = 112+82+21=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705215 is #8FADEA. Grayscale: #545454. Windows color (decimal): -9416171 or 1397360. OLE color: 1397360.

HSL color Cylindrical-coordinate representation of color #705215: hue angle of 40.22º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #705215 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 21 -
CMYK 0 0.27 0.81 0.56
HSL 40.22º 0.68% 0.26% -
HSV(B) 40.22º 0.81% 0.44% -
XYZ 9.83 9.53 2.03 -
YUV 84.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 112 82 21 0 0.27 0.81 0.56 40.22 0.68 0.26
Hex 70 52 15 0 1B 51 38 28 44 1A
Octal 160 122 25 0 33 121 70 50 104 32
Binary 1110000 1010010 10101 0 11011 1010001 111000 101000 1000100 11010

Color Harmonies of #705215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705215

Black with #705215

Text Example


Text Example

White with #705215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705215; }

 p { color: rgb(112,82,21); }

 H1.HeaderClassName
 {
   color: #705215;
 }
 .AnyTagClassName
 {
   color: #705215;
 }
</style>

background-color css

<style>
 a { background-color: #705215; }

 a { background-color: rgb(112,82,21); }

 div.DivClassName
 {
   background-color: #705215;
 }
 .BgClassName
 {
   background-color: #705215;
 }
</style>

border-color css

<style>
 span { border-color: #705215; }

 span { border-color: rgb(112,82,21); }

 td.TdClassName
 {
   border-color: #705215;
 }
 .TagClassName
 {
   border-color: #705215;
 }
</style>