Html Css Color HEX #705705 Raw Umber

📋 copy color: '#705705'

red 112 ◦ green 87 ◦ blue 5

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

Shades of Raw Umber #705705

Tints of Raw Umber #705705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.65%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 54.9%
G = 42.65%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705705 (or 0x705705) is known color: Raw Umber. HEX triplet: 70, 57 and 05. RGB value is (112,87,5). Sum of RGB (Red+Green+Blue) = 112+87+5=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #705705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705705 is #8FA8FA. Grayscale: #555555. Windows color (decimal): -9414907 or 350064. OLE color: 350064.

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

Color convert

RGB 112 87 5 -
CMYK 0 0.22 0.96 0.56
HSL 45.98º 0.91% 0.23% -
HSV(B) 45.98º 0.96% 0.44% -
XYZ 10.12 10.27 1.59 -
YUV 85.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 112 87 5 0 0.22 0.96 0.56 45.98 0.91 0.23
Hex 70 57 5 0 16 60 38 2E 5B 17
Octal 160 127 5 0 26 140 70 56 133 27
Binary 1110000 1010111 101 0 10110 1100000 111000 101110 1011011 10111

Color Harmonies of #705705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705705

Black with #705705

Text Example


Text Example

White with #705705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705705; }

 p { color: rgb(112,87,5); }

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

background-color css

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

 a { background-color: rgb(112,87,5); }

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

border-color css

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

 span { border-color: rgb(112,87,5); }

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