Html Css Color HEX #704917 Raw Umber

📋 copy color: '#704917'

red 112 ◦ green 73 ◦ blue 23

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

Shades of Raw Umber #704917

Tints of Raw Umber #704917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 53.85%
G = 35.1%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704917 (or 0x704917) is known color: Raw Umber. HEX triplet: 70, 49 and 17. RGB value is (112,73,23). Sum of RGB (Red+Green+Blue) = 112+73+23=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704917 is #8FB6E8. Grayscale: #4F4F4F. Windows color (decimal): -9418473 or 1526128. OLE color: 1526128.

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

Color convert

RGB 112 73 23 -
CMYK 0 0.35 0.79 0.56
HSL 33.71º 0.66% 0.26% -
HSV(B) 33.71º 0.79% 0.44% -
XYZ 9.22 8.27 1.92 -
YUV 78.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 112 73 23 0 0.35 0.79 0.56 33.71 0.66 0.26
Hex 70 49 17 0 23 4F 38 22 42 1A
Octal 160 111 27 0 43 117 70 42 102 32
Binary 1110000 1001001 10111 0 100011 1001111 111000 100010 1000010 11010

Color Harmonies of #704917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704917

Black with #704917

Text Example


Text Example

White with #704917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704917; }

 p { color: rgb(112,73,23); }

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

background-color css

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

 a { background-color: rgb(112,73,23); }

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

border-color css

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

 span { border-color: rgb(112,73,23); }

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