Html Css Color HEX #704B11 Raw Umber

📋 copy color: '#704B11'

red 112 ◦ green 75 ◦ blue 17

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

Shades of Raw Umber #704B11

Tints of Raw Umber #704B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 54.9%
G = 36.76%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704B11 (or 0x704B11) is known color: Raw Umber. HEX triplet: 70, 4B and 11. RGB value is (112,75,17). Sum of RGB (Red+Green+Blue) = 112+75+17=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #704B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B11 is #8FB4EE. Grayscale: #4F4F4F. Windows color (decimal): -9417967 or 1133424. OLE color: 1133424.

HSL color Cylindrical-coordinate representation of color #704B11: hue angle of 36.63º 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 #704B11 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 17 -
CMYK 0 0.33 0.85 0.56
HSL 36.63º 0.74% 0.25% -
HSV(B) 36.63º 0.85% 0.44% -
XYZ 9.3 8.52 1.68 -
YUV 79.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 112 75 17 0 0.33 0.85 0.56 36.63 0.74 0.25
Hex 70 4B 11 0 21 55 38 25 4A 19
Octal 160 113 21 0 41 125 70 45 112 31
Binary 1110000 1001011 10001 0 100001 1010101 111000 100101 1001010 11001

Color Harmonies of #704B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B11

Black with #704B11

Text Example


Text Example

White with #704B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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