#80460A

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

Shades of Saddle Brown #80460A

Tints of Saddle Brown #80460A

Color information

#80460A (or 0x80460A) is unknown color: approx Saddle Brown. HEX triplet: 80, 46 and 0A. RGB value is (128,70,10). Sum of RGB (Red+Green+Blue) = 128+70+10=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80460A is #7FB9F5. Grayscale: #505050. Windows color (decimal): -8370678 or 673408. OLE color: 673408.

HSL color Cylindrical-coordinate representation of color #80460A: hue angle of 30.51º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80460A is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB1287010-
CMYK00.450.920.50
HSL30.51º85.51%27.06%-
HSV(B)30.51º92.19%50.2%-
XYZ11.158.991.44-
YUV80.588.22161.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=61.54%
G=33.65%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128701000.450.920.5030.5185.5127.06
Hex8046A02D5C321f561b
Octal20010612055134623712633
Binary10000000100011010100101101101110011001011111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80460A; }

 p { color: rgb(128,70,10); }

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

<style>
 a { background-color: #80460A; }

 a { background-color: rgb(128,70,10); }

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

<style>
 span { border-color: #80460A; }

 span { border-color: rgb(128,70,10); }

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