#805509

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

Shades of Raw Umber #805509

Tints of Raw Umber #805509

Color information

#805509 (or 0x805509) is unknown color: approx Raw Umber. HEX triplet: 80, 55 and 09. RGB value is (128,85,9). Sum of RGB (Red+Green+Blue) = 128+85+9=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805509 is #7FAAF6. Grayscale: #595959. Windows color (decimal): -8366839 or 611712. OLE color: 611712.

HSL color Cylindrical-coordinate representation of color #805509: hue angle of 38.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #805509 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128859-
CMYK00.340.930.50
HSL38.32º86.86%26.86%-
HSV(B)38.32º92.97%50.2%-
XYZ12.211.111.76-
YUV89.1982.75155.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.66%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=57.66%
G=38.29%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12885900.340.930.5038.3286.8626.86
Hex805590225D3226571b
Octal20012511042135624612733
Binary100000001010101100101000101011101110010100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805509; }

 p { color: rgb(128,85,9); }

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

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

 a { background-color: rgb(128,85,9); }

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

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

 span { border-color: rgb(128,85,9); }

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