Html Css Color HEX #705218 Raw Umber

📋 copy color: '#705218'

red 112 ◦ green 82 ◦ blue 24

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

Shades of Raw Umber #705218

Tints of Raw Umber #705218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 51.38%
G = 37.61%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705218 (or 0x705218) is known color: Raw Umber. HEX triplet: 70, 52 and 18. RGB value is (112,82,24). Sum of RGB (Red+Green+Blue) = 112+82+24=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705218 is #8FADE7. Grayscale: #545454. Windows color (decimal): -9416168 or 1593968. OLE color: 1593968.

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

Color convert

RGB 112 82 24 -
CMYK 0 0.27 0.79 0.56
HSL 39.55º 0.65% 0.27% -
HSV(B) 39.55º 0.79% 0.44% -
XYZ 9.86 9.55 2.19 -
YUV 84.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 112 82 24 0 0.27 0.79 0.56 39.55 0.65 0.27
Hex 70 52 18 0 1B 4F 38 28 41 1B
Octal 160 122 30 0 33 117 70 50 101 33
Binary 1110000 1010010 11000 0 11011 1001111 111000 101000 1000001 11011

Color Harmonies of #705218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705218

Black with #705218

Text Example


Text Example

White with #705218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705218; }

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

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

background-color css

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

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

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

border-color css

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

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

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