#705F05

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

Shades of Raw Umber #705F05

Tints of Raw Umber #705F05

Color information

#705F05 (or 0x705F05) is unknown color: approx Raw Umber. HEX triplet: 70, 5F and 05. RGB value is (112,95,5). Sum of RGB (Red+Green+Blue) = 112+95+5=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F05 is #8FA0FA. Grayscale: #5A5A5A. Windows color (decimal): -9412859 or 352112. OLE color: 352112.

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

Color convert

RGB112955-
CMYK00.150.960.56
HSL50.47º91.45%22.94%-
HSV(B)50.47º95.54%43.92%-
XYZ10.811.641.82-
YUV89.8280.13143.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=52.83%
G=44.81%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11295500.150.960.5650.4791.4522.94
Hex705F50F6038325b17
Octal1601375017140706213327
Binary11100001011111101011111100000111000110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F05; }

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

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

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

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

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

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

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

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