#80360F

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

Shades of Saddle Brown #80360F

Tints of Saddle Brown #80360F

Color information

#80360F (or 0x80360F) is unknown color: approx Saddle Brown. HEX triplet: 80, 36 and 0F. RGB value is (128,54,15). Sum of RGB (Red+Green+Blue) = 128+54+15=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80360F is #7FC9F0. Grayscale: #474747. Windows color (decimal): -8374769 or 996992. OLE color: 996992.

HSL color Cylindrical-coordinate representation of color #80360F: hue angle of 20.71º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80360F is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1285415-
CMYK00.580.880.50
HSL20.71º79.02%28.04%-
HSV(B)20.71º88.28%50.2%-
XYZ10.317.261.31-
YUV71.6896.02168.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=64.97%
G=27.41%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128541500.580.880.5020.7179.0228.04
Hex8036F03A5832154f1c
Octal2006617072130622511734
Binary1000000011011011110111010101100011001010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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