Html Css Color HEX #704F11 Raw Umber

📋 copy color: '#704F11'

red 112 ◦ green 79 ◦ blue 17

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

Shades of Raw Umber #704F11

Tints of Raw Umber #704F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.98%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 53.85%
G = 37.98%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704F11 (or 0x704F11) is known color: Raw Umber. HEX triplet: 70, 4F and 11. RGB value is (112,79,17). Sum of RGB (Red+Green+Blue) = 112+79+17=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F11 is #8FB0EE. Grayscale: #525252. Windows color (decimal): -9416943 or 1134448. OLE color: 1134448.

HSL color Cylindrical-coordinate representation of color #704F11: hue angle of 39.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704F11 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 17 -
CMYK 0 0.29 0.85 0.56
HSL 39.16º 0.74% 0.25% -
HSV(B) 39.16º 0.85% 0.44% -
XYZ 9.58 9.08 1.78 -
YUV 81.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 112 79 17 0 0.29 0.85 0.56 39.16 0.74 0.25
Hex 70 4F 11 0 1D 55 38 27 4A 19
Octal 160 117 21 0 35 125 70 47 112 31
Binary 1110000 1001111 10001 0 11101 1010101 111000 100111 1001010 11001

Color Harmonies of #704F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F11

Black with #704F11

Text Example


Text Example

White with #704F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F11; }

 p { color: rgb(112,79,17); }

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

background-color css

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

 a { background-color: rgb(112,79,17); }

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

border-color css

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

 span { border-color: rgb(112,79,17); }

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