#705019

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

Shades of Raw Umber #705019

Tints of Raw Umber #705019

Color information

#705019 (or 0x705019) is unknown color: approx Raw Umber. HEX triplet: 70, 50 and 19. RGB value is (112,80,25). Sum of RGB (Red+Green+Blue) = 112+80+25=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705019 is #8FAFE6. Grayscale: #535353. Windows color (decimal): -9416679 or 1658992. OLE color: 1658992.

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

Color convert

RGB1128025-
CMYK00.290.780.56
HSL37.93º63.5%26.86%-
HSV(B)37.93º77.68%43.92%-
XYZ9.739.252.19-
YUV83.395.1148.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=51.61%
G=36.87%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112802500.290.780.5637.9363.526.86
Hex70501901D4E3826401b
Octal16012031035116704610033
Binary11100001010000110010111011001110111000100110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705019; }

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

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

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

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

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

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

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

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