Shades of Saddle Brown #82450D
Tints of Saddle Brown #82450D
RGB
CMYK
RGB Variations
Color information
#82450D (or 0x82450D) is known color: Saddle Brown. HEX triplet: 82, 45 and 0D. RGB value is (130,69,13). Sum of RGB (Red+Green+Blue) = 130+69+13=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82450D is #7DBAF2. Grayscale: #515151. Windows color (decimal): -8239859 or 869762. OLE color: 869762.
HSL color Cylindrical-coordinate representation of color #82450D: hue angle of 28.72º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82450D is Cyan = 0, Magento = 0.47, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 13 | - |
| CMYK | 0 | 0.47 | 0.9 | 0.49 |
| HSL | 28.72º | 0.82% | 0.28% | - |
| HSV(B) | 28.72º | 0.9% | 0.51% | - |
| XYZ | 11.41 | 9.03 | 1.52 | - |
| YUV | 80.86 | 89.71 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 13 | 0 | 0.47 | 0.9 | 0.49 | 28.72 | 0.82 | 0.28 |
| Hex | 82 | 45 | D | 0 | 2F | 5A | 31 | 1D | 52 | 1C |
| Octal | 202 | 105 | 15 | 0 | 57 | 132 | 61 | 35 | 122 | 34 |
| Binary | 10000010 | 1000101 | 1101 | 0 | 101111 | 1011010 | 110001 | 11101 | 1010010 | 11100 |
Color Harmonies of #82450D
Complementary color
Monochromatic Colors of #82450D
Black with #82450D
Text Example
Text Example
White with #82450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82450D; }
p { color: rgb(130,69,13); }
H1.HeaderClassName
{
color: #82450D;
}
.AnyTagClassName
{
color: #82450D;
}
</style>
background-color css
<style>
a { background-color: #82450D; }
a { background-color: rgb(130,69,13); }
div.DivClassName
{
background-color: #82450D;
}
.BgClassName
{
background-color: #82450D;
}
</style>
border-color css
<style>
span { border-color: #82450D; }
span { border-color: rgb(130,69,13); }
td.TdClassName
{
border-color: #82450D;
}
.TagClassName
{
border-color: #82450D;
}
</style>