Shades of Saddle Brown #82430D
Tints of Saddle Brown #82430D
RGB
CMYK
RGB Variations
Color information
#82430D (or 0x82430D) is known color: Saddle Brown. HEX triplet: 82, 43 and 0D. RGB value is (130,67,13). Sum of RGB (Red+Green+Blue) = 130+67+13=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82430D is #7DBCF2. Grayscale: #4F4F4F. Windows color (decimal): -8240371 or 869250. OLE color: 869250.
HSL color Cylindrical-coordinate representation of color #82430D: hue angle of 27.69º 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 #82430D is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 13 | - |
| CMYK | 0 | 0.48 | 0.9 | 0.49 |
| HSL | 27.69º | 0.82% | 0.28% | - |
| HSV(B) | 27.69º | 0.9% | 0.51% | - |
| XYZ | 11.29 | 8.79 | 1.48 | - |
| YUV | 79.68 | 90.37 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 13 | 0 | 0.48 | 0.9 | 0.49 | 27.69 | 0.82 | 0.28 |
| Hex | 82 | 43 | D | 0 | 30 | 5A | 31 | 1C | 52 | 1C |
| Octal | 202 | 103 | 15 | 0 | 60 | 132 | 61 | 34 | 122 | 34 |
| Binary | 10000010 | 1000011 | 1101 | 0 | 110000 | 1011010 | 110001 | 11100 | 1010010 | 11100 |
Color Harmonies of #82430D
Complementary color
Monochromatic Colors of #82430D
Black with #82430D
Text Example
Text Example
White with #82430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82430D; }
p { color: rgb(130,67,13); }
H1.HeaderClassName
{
color: #82430D;
}
.AnyTagClassName
{
color: #82430D;
}
</style>
background-color css
<style>
a { background-color: #82430D; }
a { background-color: rgb(130,67,13); }
div.DivClassName
{
background-color: #82430D;
}
.BgClassName
{
background-color: #82430D;
}
</style>
border-color css
<style>
span { border-color: #82430D; }
span { border-color: rgb(130,67,13); }
td.TdClassName
{
border-color: #82430D;
}
.TagClassName
{
border-color: #82430D;
}
</style>