#80400F

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

Shades of Saddle Brown #80400F

Tints of Saddle Brown #80400F

Color information

#80400F (or 0x80400F) is unknown color: approx Saddle Brown. HEX triplet: 80, 40 and 0F. RGB value is (128,64,15). Sum of RGB (Red+Green+Blue) = 128+64+15=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80400F is #7FBFF0. Grayscale: #4D4D4D. Windows color (decimal): -8372209 or 999552. OLE color: 999552.

HSL color Cylindrical-coordinate representation of color #80400F: hue angle of 26.02º 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 #80400F is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1286415-
CMYK00.50.880.50
HSL26.02º79.02%28.04%-
HSV(B)26.02º88.28%50.2%-
XYZ10.828.291.48-
YUV77.5592.7163.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=61.84%
G=30.92%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128641500.50.880.5026.0279.0228.04
Hex8040F03258321a4f1c
Octal20010017062130623211734
Binary10000000100000011110110010101100011001011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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