Html Css Color HEX #705108 Raw Umber

📋 copy color: '#705108'

red 112 ◦ green 81 ◦ blue 8

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

Shades of Raw Umber #705108

Tints of Raw Umber #705108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 55.72%
G = 40.3%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#705108 (or 0x705108) is known color: Raw Umber. HEX triplet: 70, 51 and 08. RGB value is (112,81,8). Sum of RGB (Red+Green+Blue) = 112+81+8=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705108 is #8FAEF7. Grayscale: #525252. Windows color (decimal): -9416440 or 545136. OLE color: 545136.

HSL color Cylindrical-coordinate representation of color #705108: hue angle of 42.12º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #705108 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 8 -
CMYK 0 0.28 0.93 0.56
HSL 42.12º 0.87% 0.24% -
HSV(B) 42.12º 0.93% 0.44% -
XYZ 9.67 9.35 1.52 -
YUV 81.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 112 81 8 0 0.28 0.93 0.56 42.12 0.87 0.24
Hex 70 51 8 0 1C 5D 38 2A 57 18
Octal 160 121 10 0 34 135 70 52 127 30
Binary 1110000 1010001 1000 0 11100 1011101 111000 101010 1010111 11000

Color Harmonies of #705108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705108

Black with #705108

Text Example


Text Example

White with #705108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705108; }

 p { color: rgb(112,81,8); }

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

background-color css

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

 a { background-color: rgb(112,81,8); }

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

border-color css

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

 span { border-color: rgb(112,81,8); }

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