Shades of Saddle Brown #80430D
Tints of Saddle Brown #80430D
RGB
CMYK
RGB Variations
Color information
#80430D (or 0x80430D) is known color: Saddle Brown. HEX triplet: 80, 43 and 0D. RGB value is (128,67,13). Sum of RGB (Red+Green+Blue) = 128+67+13=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80430D is #7FBCF2. Grayscale: #4F4F4F. Windows color (decimal): -8371443 or 869248. OLE color: 869248.
HSL color Cylindrical-coordinate representation of color #80430D: hue angle of 28.17º 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 #80430D is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 13 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.50 |
| HSL | 28.17º | 0.82% | 0.28% | - |
| HSV(B) | 28.17º | 0.9% | 0.5% | - |
| XYZ | 10.98 | 8.63 | 1.47 | - |
| YUV | 79.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 13 | 0 | 0.48 | 0.90 | 0.50 | 28.17 | 0.82 | 0.28 |
| Hex | 80 | 43 | D | 0 | 30 | 5A | 32 | 1C | 52 | 1C |
| Octal | 200 | 103 | 15 | 0 | 60 | 132 | 62 | 34 | 122 | 34 |
| Binary | 10000000 | 1000011 | 1101 | 0 | 110000 | 1011010 | 110010 | 11100 | 1010010 | 11100 |
Color Harmonies of #80430D
Complementary color
Monochromatic Colors of #80430D
Black with #80430D
Text Example
Text Example
White with #80430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80430D; }
p { color: rgb(128,67,13); }
H1.HeaderClassName
{
color: #80430D;
}
.AnyTagClassName
{
color: #80430D;
}
</style>
background-color css
<style>
a { background-color: #80430D; }
a { background-color: rgb(128,67,13); }
div.DivClassName
{
background-color: #80430D;
}
.BgClassName
{
background-color: #80430D;
}
</style>
border-color css
<style>
span { border-color: #80430D; }
span { border-color: rgb(128,67,13); }
td.TdClassName
{
border-color: #80430D;
}
.TagClassName
{
border-color: #80430D;
}
</style>