#705705

Color #705705 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705705

Tints of Raw Umber #705705

Color information

#705705 (or 0x705705) is unknown color: approx 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

RGB112875-
CMYK00.220.960.56
HSL45.98º91.45%22.94%-
HSV(B)45.98º95.54%43.92%-
XYZ10.1210.271.59-
YUV85.1382.78147.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 5 (2.34% from 255) = 2.45%
R=54.90%
G=42.65%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287500.220.960.5645.9891.4522.94
Hex7057501660382e5b17
Octal1601275026140705613327
Binary111000010101111010101101100000111000101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>