Shades of Saddle Brown #82300B
Tints of Saddle Brown #82300B
RGB
CMYK
RGB Variations
Color information
#82300B (or 0x82300B) is known color: Saddle Brown. HEX triplet: 82, 30 and 0B. RGB value is (130,48,11). Sum of RGB (Red+Green+Blue) = 130+48+11=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82300B is #7DCFF4. Grayscale: #444444. Windows color (decimal): -8245237 or 733314. OLE color: 733314.
HSL color Cylindrical-coordinate representation of color #82300B: hue angle of 18.66º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82300B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 11 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.49 |
| HSL | 18.66º | 0.84% | 0.28% | - |
| HSV(B) | 18.66º | 0.92% | 0.51% | - |
| XYZ | 10.32 | 6.88 | 1.1 | - |
| YUV | 68.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 11 | 0 | 0.63 | 0.92 | 0.49 | 18.66 | 0.84 | 0.28 |
| Hex | 82 | 30 | B | 0 | 3F | 5C | 31 | 13 | 54 | 1C |
| Octal | 202 | 60 | 13 | 0 | 77 | 134 | 61 | 23 | 124 | 34 |
| Binary | 10000010 | 110000 | 1011 | 0 | 111111 | 1011100 | 110001 | 10011 | 1010100 | 11100 |
Color Harmonies of #82300B
Complementary color
Monochromatic Colors of #82300B
Black with #82300B
Text Example
Text Example
White with #82300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82300B; }
p { color: rgb(130,48,11); }
H1.HeaderClassName
{
color: #82300B;
}
.AnyTagClassName
{
color: #82300B;
}
</style>
background-color css
<style>
a { background-color: #82300B; }
a { background-color: rgb(130,48,11); }
div.DivClassName
{
background-color: #82300B;
}
.BgClassName
{
background-color: #82300B;
}
</style>
border-color css
<style>
span { border-color: #82300B; }
span { border-color: rgb(130,48,11); }
td.TdClassName
{
border-color: #82300B;
}
.TagClassName
{
border-color: #82300B;
}
</style>