#705B14

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

Shades of Raw Umber #705B14

Tints of Raw Umber #705B14

Color information

#705B14 (or 0x705B14) is unknown color: approx Raw Umber. HEX triplet: 70, 5B and 14. RGB value is (112,91,20). Sum of RGB (Red+Green+Blue) = 112+91+20=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B14 is #8FA4EB. Grayscale: #595959. Windows color (decimal): -9413868 or 1334128. OLE color: 1334128.

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

Color convert

RGB1129120-
CMYK00.190.820.56
HSL46.3º69.7%25.88%-
HSV(B)46.3º82.14%43.92%-
XYZ10.5510.982.22-
YUV89.1888.96144.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=50.22%
G=40.81%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112912000.190.820.5646.369.725.88
Hex705B1401352382e461a
Octal16013324023122705610632
Binary11100001011011101000100111010010111000101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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