#80480E

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

Shades of Saddle Brown #80480E

Tints of Saddle Brown #80480E

Color information

#80480E (or 0x80480E) is unknown color: approx Saddle Brown. HEX triplet: 80, 48 and 0E. RGB value is (128,72,14). Sum of RGB (Red+Green+Blue) = 128+72+14=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80480E is #7FB7F1. Grayscale: #525252. Windows color (decimal): -8370162 or 936064. OLE color: 936064.

HSL color Cylindrical-coordinate representation of color #80480E: hue angle of 30.53º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80480E is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1287214-
CMYK00.440.890.50
HSL30.53º80.28%27.84%-
HSV(B)30.53º89.06%50.2%-
XYZ11.39.261.61-
YUV82.1389.55160.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.81%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=59.81%
G=33.64%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128721400.440.890.5030.5380.2827.84
Hex8048E02C59321f501c
Octal20011016054131623712034
Binary10000000100100011100101100101100111001011111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80480E; }

 p { color: rgb(128,72,14); }

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

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

 a { background-color: rgb(128,72,14); }

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

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

 span { border-color: rgb(128,72,14); }

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