#802C09

Color #802C09 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #802C09

Tints of Saddle Brown #802C09

Color information

#802C09 (or 0x802C09) is unknown color: approx Saddle Brown. HEX triplet: 80, 2C and 09. RGB value is (128,44,9). Sum of RGB (Red+Green+Blue) = 128+44+9=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C09 is #7FD3F6. Grayscale: #414141. Windows color (decimal): -8377335 or 601216. OLE color: 601216.

HSL color Cylindrical-coordinate representation of color #802C09: hue angle of 17.65º 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 #802C09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128449-
CMYK00.660.930.50
HSL17.65º86.86%26.86%-
HSV(B)17.65º92.97%50.2%-
XYZ9.856.410.98-
YUV65.1396.33172.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=70.72%
G=24.31%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12844900.660.930.5017.6586.8626.86
Hex802C90425D3212571b
Octal20054110102135622212733
Binary10000000101100100101000010101110111001010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802C09; }

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

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

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

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

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

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

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

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