Html Css Color HEX #704B12 Raw Umber

📋 copy color: '#704B12'

red 112 ◦ green 75 ◦ blue 18

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

Shades of Raw Umber #704B12

Tints of Raw Umber #704B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 54.63%
G = 36.59%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704B12 (or 0x704B12) is known color: Raw Umber. HEX triplet: 70, 4B and 12. RGB value is (112,75,18). Sum of RGB (Red+Green+Blue) = 112+75+18=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B12 is #8FB4ED. Grayscale: #4F4F4F. Windows color (decimal): -9417966 or 1198960. OLE color: 1198960.

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

Color convert

RGB 112 75 18 -
CMYK 0 0.33 0.84 0.56
HSL 36.38º 0.72% 0.25% -
HSV(B) 36.38º 0.84% 0.44% -
XYZ 9.31 8.52 1.73 -
YUV 79.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 112 75 18 0 0.33 0.84 0.56 36.38 0.72 0.25
Hex 70 4B 12 0 21 54 38 24 48 19
Octal 160 113 22 0 41 124 70 44 110 31
Binary 1110000 1001011 10010 0 100001 1010100 111000 100100 1001000 11001

Color Harmonies of #704B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B12

Black with #704B12

Text Example


Text Example

White with #704B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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