Shades of Saddle Brown #82360C
Tints of Saddle Brown #82360C
RGB
CMYK
RGB Variations
Color information
#82360C (or 0x82360C) is known color: Saddle Brown. HEX triplet: 82, 36 and 0C. RGB value is (130,54,12). Sum of RGB (Red+Green+Blue) = 130+54+12=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82360C is #7DC9F3. Grayscale: #484848. Windows color (decimal): -8243700 or 800386. OLE color: 800386.
HSL color Cylindrical-coordinate representation of color #82360C: hue angle of 21.36º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82360C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 12 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.49 |
| HSL | 21.36º | 0.83% | 0.28% | - |
| HSV(B) | 21.36º | 0.91% | 0.51% | - |
| XYZ | 10.59 | 7.41 | 1.22 | - |
| YUV | 71.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 12 | 0 | 0.58 | 0.91 | 0.49 | 21.36 | 0.83 | 0.28 |
| Hex | 82 | 36 | C | 0 | 3A | 5B | 31 | 15 | 53 | 1C |
| Octal | 202 | 66 | 14 | 0 | 72 | 133 | 61 | 25 | 123 | 34 |
| Binary | 10000010 | 110110 | 1100 | 0 | 111010 | 1011011 | 110001 | 10101 | 1010011 | 11100 |
Color Harmonies of #82360C
Complementary color
Monochromatic Colors of #82360C
Black with #82360C
Text Example
Text Example
White with #82360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82360C; }
p { color: rgb(130,54,12); }
H1.HeaderClassName
{
color: #82360C;
}
.AnyTagClassName
{
color: #82360C;
}
</style>
background-color css
<style>
a { background-color: #82360C; }
a { background-color: rgb(130,54,12); }
div.DivClassName
{
background-color: #82360C;
}
.BgClassName
{
background-color: #82360C;
}
</style>
border-color css
<style>
span { border-color: #82360C; }
span { border-color: rgb(130,54,12); }
td.TdClassName
{
border-color: #82360C;
}
.TagClassName
{
border-color: #82360C;
}
</style>