Html Css Color HEX #705607 Raw Umber

📋 copy color: '#705607'

red 112 ◦ green 86 ◦ blue 7

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

Shades of Raw Umber #705607

Tints of Raw Umber #705607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 54.63%
G = 41.95%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#705607 (or 0x705607) is known color: Raw Umber. HEX triplet: 70, 56 and 07. RGB value is (112,86,7). Sum of RGB (Red+Green+Blue) = 112+86+7=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705607 is #8FA9F8. Grayscale: #555555. Windows color (decimal): -9415161 or 480880. OLE color: 480880.

HSL color Cylindrical-coordinate representation of color #705607: hue angle of 45.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705607 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 7 -
CMYK 0 0.23 0.94 0.56
HSL 45.14º 0.88% 0.23% -
HSV(B) 45.14º 0.94% 0.44% -
XYZ 10.05 10.12 1.62 -
YUV 84.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 112 86 7 0 0.23 0.94 0.56 45.14 0.88 0.23
Hex 70 56 7 0 17 5E 38 2D 58 17
Octal 160 126 7 0 27 136 70 55 130 27
Binary 1110000 1010110 111 0 10111 1011110 111000 101101 1011000 10111

Color Harmonies of #705607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705607

Black with #705607

Text Example


Text Example

White with #705607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705607; }

 p { color: rgb(112,86,7); }

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

background-color css

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

 a { background-color: rgb(112,86,7); }

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

border-color css

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

 span { border-color: rgb(112,86,7); }

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