#705013

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

Shades of Raw Umber #705013

Tints of Raw Umber #705013

Color information

#705013 (or 0x705013) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 13. RGB value is (112,80,19). Sum of RGB (Red+Green+Blue) = 112+80+19=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705013 is #8FAFEC. Grayscale: #525252. Windows color (decimal): -9416685 or 1265776. OLE color: 1265776.

HSL color Cylindrical-coordinate representation of color #705013: hue angle of 39.35º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #705013 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1128019-
CMYK00.290.830.56
HSL39.35º70.99%25.69%-
HSV(B)39.35º83.04%43.92%-
XYZ9.679.231.89-
YUV82.6192.1148.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=53.08%
G=37.91%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112801900.290.830.5639.3570.9925.69
Hex70501301D533827471a
Octal16012023035123704710732
Binary11100001010000100110111011010011111000100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705013; }

 p { color: rgb(112,80,19); }

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

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

 a { background-color: rgb(112,80,19); }

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

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

 span { border-color: rgb(112,80,19); }

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