#705514

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

Shades of Raw Umber #705514

Tints of Raw Umber #705514

Color information

#705514 (or 0x705514) is unknown color: approx Raw Umber. HEX triplet: 70, 55 and 14. RGB value is (112,85,20). Sum of RGB (Red+Green+Blue) = 112+85+20=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705514 is #8FAAEB. Grayscale: #555555. Windows color (decimal): -9415404 or 1332592. OLE color: 1332592.

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

Color convert

RGB1128520-
CMYK00.240.820.56
HSL42.39º69.7%25.88%-
HSV(B)42.39º82.14%43.92%-
XYZ10.069.992.06-
YUV85.6690.95146.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=51.61%
G=39.17%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112852000.240.820.5642.3969.725.88
Hex70551401852382a461a
Octal16012524030122705210632
Binary11100001010101101000110001010010111000101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705514; }

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

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

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

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

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

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

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

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