#705905

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

Shades of Raw Umber #705905

Tints of Raw Umber #705905

Color information

#705905 (or 0x705905) is unknown color: approx Raw Umber. HEX triplet: 70, 59 and 05. RGB value is (112,89,5). Sum of RGB (Red+Green+Blue) = 112+89+5=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705905 is #8FA6FA. Grayscale: #565656. Windows color (decimal): -9414395 or 350576. OLE color: 350576.

HSL color Cylindrical-coordinate representation of color #705905: hue angle of 47.1º 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 #705905 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112895-
CMYK00.210.960.56
HSL47.1º91.45%22.94%-
HSV(B)47.1º95.54%43.92%-
XYZ10.2810.61.65-
YUV86.382.12146.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=54.37%
G=43.20%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11289500.210.960.5647.191.4522.94
Hex7059501560382f5b17
Octal1601315025140705713327
Binary111000010110011010101011100000111000101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705905; }

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

 H1.HeaderClassName
 {
   color: #705905;
 }
 .AnyTagClassName
 {
   color: #705905;
 }
</style>
background-color css

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

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

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

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

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

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