Html Css Color HEX #705412 Raw Umber

📋 copy color: '#705412'

red 112 ◦ green 84 ◦ blue 18

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

Shades of Raw Umber #705412

Tints of Raw Umber #705412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 52.34%
G = 39.25%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#705412 (or 0x705412) is known color: Raw Umber. HEX triplet: 70, 54 and 12. RGB value is (112,84,18). Sum of RGB (Red+Green+Blue) = 112+84+18=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705412 is #8FABED. Grayscale: #555555. Windows color (decimal): -9415662 or 1201264. OLE color: 1201264.

HSL color Cylindrical-coordinate representation of color #705412: hue angle of 42.13º 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 #705412 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 18 -
CMYK 0 0.25 0.84 0.56
HSL 42.13º 0.72% 0.25% -
HSV(B) 42.13º 0.84% 0.44% -
XYZ 9.96 9.83 1.94 -
YUV 84.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 112 84 18 0 0.25 0.84 0.56 42.13 0.72 0.25
Hex 70 54 12 0 19 54 38 2A 48 19
Octal 160 124 22 0 31 124 70 52 110 31
Binary 1110000 1010100 10010 0 11001 1010100 111000 101010 1001000 11001

Color Harmonies of #705412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705412

Black with #705412

Text Example


Text Example

White with #705412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705412; }

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

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

background-color css

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

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

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

border-color css

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

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

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