#802C05

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

Shades of Saddle Brown #802C05

Tints of Saddle Brown #802C05

Color information

#802C05 (or 0x802C05) is unknown color: approx Saddle Brown. HEX triplet: 80, 2C and 05. RGB value is (128,44,5). Sum of RGB (Red+Green+Blue) = 128+44+5=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C05 is #7FD3FA. Grayscale: #404040. Windows color (decimal): -8377339 or 339072. OLE color: 339072.

HSL color Cylindrical-coordinate representation of color #802C05: hue angle of 19.02º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #802C05 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB128445-
CMYK00.660.960.50
HSL19.02º92.48%26.08%-
HSV(B)19.02º96.09%50.2%-
XYZ9.836.40.86-
YUV64.6794.33173.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=72.32%
G=24.86%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12844500.660.960.5019.0292.4826.08
Hex802C50426032135c1a
Octal2005450102140622313432
Binary1000000010110010101000010110000011001010011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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