Shades of Saddle Brown #823A0C
Tints of Saddle Brown #823A0C
RGB
CMYK
RGB Variations
Color information
#823A0C (or 0x823A0C) is known color: Saddle Brown. HEX triplet: 82, 3A and 0C. RGB value is (130,58,12). Sum of RGB (Red+Green+Blue) = 130+58+12=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #823A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A0C is #7DC5F3. Grayscale: #4A4A4A. Windows color (decimal): -8242676 or 801410. OLE color: 801410.
HSL color Cylindrical-coordinate representation of color #823A0C: hue angle of 23.39º 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 #823A0C is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 12 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.49 |
| HSL | 23.39º | 0.83% | 0.28% | - |
| HSV(B) | 23.39º | 0.91% | 0.51% | - |
| XYZ | 10.79 | 7.8 | 1.28 | - |
| YUV | 74.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 12 | 0 | 0.55 | 0.91 | 0.49 | 23.39 | 0.83 | 0.28 |
| Hex | 82 | 3A | C | 0 | 37 | 5B | 31 | 17 | 53 | 1C |
| Octal | 202 | 72 | 14 | 0 | 67 | 133 | 61 | 27 | 123 | 34 |
| Binary | 10000010 | 111010 | 1100 | 0 | 110111 | 1011011 | 110001 | 10111 | 1010011 | 11100 |
Color Harmonies of #823A0C
Complementary color
Monochromatic Colors of #823A0C
Black with #823A0C
Text Example
Text Example
White with #823A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A0C; }
p { color: rgb(130,58,12); }
H1.HeaderClassName
{
color: #823A0C;
}
.AnyTagClassName
{
color: #823A0C;
}
</style>
background-color css
<style>
a { background-color: #823A0C; }
a { background-color: rgb(130,58,12); }
div.DivClassName
{
background-color: #823A0C;
}
.BgClassName
{
background-color: #823A0C;
}
</style>
border-color css
<style>
span { border-color: #823A0C; }
span { border-color: rgb(130,58,12); }
td.TdClassName
{
border-color: #823A0C;
}
.TagClassName
{
border-color: #823A0C;
}
</style>