Html Css Color HEX #705A12 Raw Umber

📋 copy color: '#705A12'

red 112 ◦ green 90 ◦ blue 18

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

Shades of Raw Umber #705A12

Tints of Raw Umber #705A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 50.91%
G = 40.91%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#705A12 (or 0x705A12) is known color: Raw Umber. HEX triplet: 70, 5A and 12. RGB value is (112,90,18). Sum of RGB (Red+Green+Blue) = 112+90+18=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A12 is #8FA5ED. Grayscale: #585858. Windows color (decimal): -9414126 or 1202800. OLE color: 1202800.

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

Color convert

RGB 112 90 18 -
CMYK 0 0.20 0.84 0.56
HSL 45.96º 0.72% 0.25% -
HSV(B) 45.96º 0.84% 0.44% -
XYZ 10.45 10.8 2.11 -
YUV 88.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 112 90 18 0 0.20 0.84 0.56 45.96 0.72 0.25
Hex 70 5A 12 0 14 54 38 2E 48 19
Octal 160 132 22 0 24 124 70 56 110 31
Binary 1110000 1011010 10010 0 10100 1010100 111000 101110 1001000 11001

Color Harmonies of #705A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A12

Black with #705A12

Text Example


Text Example

White with #705A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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