#80360D

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

Shades of Saddle Brown #80360D

Tints of Saddle Brown #80360D

Color information

#80360D (or 0x80360D) is unknown color: approx Saddle Brown. HEX triplet: 80, 36 and 0D. RGB value is (128,54,13). Sum of RGB (Red+Green+Blue) = 128+54+13=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360D is #7FC9F2. Grayscale: #474747. Windows color (decimal): -8374771 or 865920. OLE color: 865920.

HSL color Cylindrical-coordinate representation of color #80360D: hue angle of 21.39º 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 #80360D is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1285413-
CMYK00.580.900.50
HSL21.39º81.56%27.65%-
HSV(B)21.39º89.84%50.2%-
XYZ10.297.261.24-
YUV71.4595.02168.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.64%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=65.64%
G=27.69%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128541300.580.900.5021.3981.5627.65
Hex8036D03A5A3215521c
Octal2006615072132622512234
Binary1000000011011011010111010101101011001010101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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