#705B15

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

Shades of Raw Umber #705B15

Tints of Raw Umber #705B15

Color information

#705B15 (or 0x705B15) is unknown color: approx Raw Umber. HEX triplet: 70, 5B and 15. RGB value is (112,91,21). Sum of RGB (Red+Green+Blue) = 112+91+21=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #705B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B15 is #8FA4EA. Grayscale: #595959. Windows color (decimal): -9413867 or 1399664. OLE color: 1399664.

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

Color convert

RGB1129121-
CMYK00.190.810.56
HSL46.15º68.42%26.08%-
HSV(B)46.15º81.25%43.92%-
XYZ10.5610.982.27-
YUV89.389.46144.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=50%
G=40.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112912100.190.810.5646.1568.4226.08
Hex705B1501351382e441a
Octal16013325023121705610432
Binary11100001011011101010100111010001111000101110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,91,21); }

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

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

 a { background-color: rgb(112,91,21); }

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

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

 span { border-color: rgb(112,91,21); }

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