#705E0C

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

Shades of Raw Umber #705E0C

Tints of Raw Umber #705E0C

Color information

#705E0C (or 0x705E0C) is unknown color: approx Raw Umber. HEX triplet: 70, 5E and 0C. RGB value is (112,94,12). Sum of RGB (Red+Green+Blue) = 112+94+12=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E0C is #8FA1F3. Grayscale: #5A5A5A. Windows color (decimal): -9413108 or 810608. OLE color: 810608.

HSL color Cylindrical-coordinate representation of color #705E0C: hue angle of 49.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #705E0C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1129412-
CMYK00.160.890.56
HSL49.2º80.65%24.31%-
HSV(B)49.2º89.29%43.92%-
XYZ10.7511.482-
YUV90.0383.96143.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=51.38%
G=43.12%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112941200.160.890.5649.280.6524.31
Hex705EC0105938315118
Octal16013614020131706112130
Binary1110000101111011000100001011001111000110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,94,12); }

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

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

 a { background-color: rgb(112,94,12); }

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

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

 span { border-color: rgb(112,94,12); }

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