#80320D

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

Shades of Saddle Brown #80320D

Tints of Saddle Brown #80320D

Color information

#80320D (or 0x80320D) is unknown color: approx Saddle Brown. HEX triplet: 80, 32 and 0D. RGB value is (128,50,13). Sum of RGB (Red+Green+Blue) = 128+50+13=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80320D is #7FCDF2. Grayscale: #454545. Windows color (decimal): -8375795 or 864896. OLE color: 864896.

HSL color Cylindrical-coordinate representation of color #80320D: hue angle of 19.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80320D is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1285013-
CMYK00.610.900.50
HSL19.3º81.56%27.65%-
HSV(B)19.3º89.84%50.2%-
XYZ10.126.91.18-
YUV69.196.34170.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.02%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=67.02%
G=26.18%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128501300.610.900.5019.381.5627.65
Hex8032D03D5A3213521c
Octal2006215075132622312234
Binary1000000011001011010111101101101011001010011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80320D; }

 p { color: rgb(128,50,13); }

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

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

 a { background-color: rgb(128,50,13); }

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

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

 span { border-color: rgb(128,50,13); }

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