Shades of Saddle Brown #82380A
Tints of Saddle Brown #82380A
RGB
CMYK
RGB Variations
Color information
#82380A (or 0x82380A) is known color: Saddle Brown. HEX triplet: 82, 38 and 0A. RGB value is (130,56,10). Sum of RGB (Red+Green+Blue) = 130+56+10=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82380A is #7DC7F5. Grayscale: #494949. Windows color (decimal): -8243190 or 669826. OLE color: 669826.
HSL color Cylindrical-coordinate representation of color #82380A: hue angle of 23º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82380A is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 10 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.49 |
| HSL | 23º | 0.86% | 0.27% | - |
| HSV(B) | 23º | 0.92% | 0.51% | - |
| XYZ | 10.67 | 7.6 | 1.19 | - |
| YUV | 72.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 10 | 0 | 0.57 | 0.92 | 0.49 | 23 | 0.86 | 0.27 |
| Hex | 82 | 38 | A | 0 | 39 | 5C | 31 | 17 | 56 | 1B |
| Octal | 202 | 70 | 12 | 0 | 71 | 134 | 61 | 27 | 126 | 33 |
| Binary | 10000010 | 111000 | 1010 | 0 | 111001 | 1011100 | 110001 | 10111 | 1010110 | 11011 |
Color Harmonies of #82380A
Complementary color
Monochromatic Colors of #82380A
Black with #82380A
Text Example
Text Example
White with #82380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82380A; }
p { color: rgb(130,56,10); }
H1.HeaderClassName
{
color: #82380A;
}
.AnyTagClassName
{
color: #82380A;
}
</style>
background-color css
<style>
a { background-color: #82380A; }
a { background-color: rgb(130,56,10); }
div.DivClassName
{
background-color: #82380A;
}
.BgClassName
{
background-color: #82380A;
}
</style>
border-color css
<style>
span { border-color: #82380A; }
span { border-color: rgb(130,56,10); }
td.TdClassName
{
border-color: #82380A;
}
.TagClassName
{
border-color: #82380A;
}
</style>