Shades of Saddle Brown #823D0C
Tints of Saddle Brown #823D0C
RGB
CMYK
RGB Variations
Color information
#823D0C (or 0x823D0C) is known color: Saddle Brown. HEX triplet: 82, 3D and 0C. RGB value is (130,61,12). Sum of RGB (Red+Green+Blue) = 130+61+12=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D0C is #7DC2F3. Grayscale: #4C4C4C. Windows color (decimal): -8241908 or 802178. OLE color: 802178.
HSL color Cylindrical-coordinate representation of color #823D0C: hue angle of 24.92º 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 #823D0C is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 12 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.49 |
| HSL | 24.92º | 0.83% | 0.28% | - |
| HSV(B) | 24.92º | 0.91% | 0.51% | - |
| XYZ | 10.94 | 8.11 | 1.34 | - |
| YUV | 76.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 12 | 0 | 0.53 | 0.91 | 0.49 | 24.92 | 0.83 | 0.28 |
| Hex | 82 | 3D | C | 0 | 35 | 5B | 31 | 19 | 53 | 1C |
| Octal | 202 | 75 | 14 | 0 | 65 | 133 | 61 | 31 | 123 | 34 |
| Binary | 10000010 | 111101 | 1100 | 0 | 110101 | 1011011 | 110001 | 11001 | 1010011 | 11100 |
Color Harmonies of #823D0C
Complementary color
Monochromatic Colors of #823D0C
Black with #823D0C
Text Example
Text Example
White with #823D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D0C; }
p { color: rgb(130,61,12); }
H1.HeaderClassName
{
color: #823D0C;
}
.AnyTagClassName
{
color: #823D0C;
}
</style>
background-color css
<style>
a { background-color: #823D0C; }
a { background-color: rgb(130,61,12); }
div.DivClassName
{
background-color: #823D0C;
}
.BgClassName
{
background-color: #823D0C;
}
</style>
border-color css
<style>
span { border-color: #823D0C; }
span { border-color: rgb(130,61,12); }
td.TdClassName
{
border-color: #823D0C;
}
.TagClassName
{
border-color: #823D0C;
}
</style>