#805913

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

Shades of Raw Umber #805913

Tints of Raw Umber #805913

Color information

#805913 (or 0x805913) is unknown color: approx Raw Umber. HEX triplet: 80, 59 and 13. RGB value is (128,89,19). Sum of RGB (Red+Green+Blue) = 128+89+19=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #805913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805913 is #7FA6EC. Grayscale: #5D5D5D. Windows color (decimal): -8365805 or 1268096. OLE color: 1268096.

HSL color Cylindrical-coordinate representation of color #805913: hue angle of 38.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #805913 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1288919-
CMYK00.300.850.50
HSL38.53º74.15%28.82%-
HSV(B)38.53º85.16%50.2%-
XYZ12.5911.782.23-
YUV92.6886.42153.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=54.24%
G=37.71%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128891900.300.850.5038.5374.1528.82
Hex80591301E5532274a1d
Octal20013123036125624711235
Binary100000001011001100110111101010101110010100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805913; }

 p { color: rgb(128,89,19); }

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

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

 a { background-color: rgb(128,89,19); }

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

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

 span { border-color: rgb(128,89,19); }

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