Shades of Saddle Brown #823C0B
Tints of Saddle Brown #823C0B
RGB
CMYK
RGB Variations
Color information
#823C0B (or 0x823C0B) is known color: Saddle Brown. HEX triplet: 82, 3C and 0B. RGB value is (130,60,11). Sum of RGB (Red+Green+Blue) = 130+60+11=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #823C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C0B is #7DC3F4. Grayscale: #4B4B4B. Windows color (decimal): -8242165 or 736386. OLE color: 736386.
HSL color Cylindrical-coordinate representation of color #823C0B: hue angle of 24.71º 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 #823C0B is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 11 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.49 |
| HSL | 24.71º | 0.84% | 0.28% | - |
| HSV(B) | 24.71º | 0.92% | 0.51% | - |
| XYZ | 10.88 | 8 | 1.29 | - |
| YUV | 75.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 11 | 0 | 0.54 | 0.92 | 0.49 | 24.71 | 0.84 | 0.28 |
| Hex | 82 | 3C | B | 0 | 36 | 5C | 31 | 19 | 54 | 1C |
| Octal | 202 | 74 | 13 | 0 | 66 | 134 | 61 | 31 | 124 | 34 |
| Binary | 10000010 | 111100 | 1011 | 0 | 110110 | 1011100 | 110001 | 11001 | 1010100 | 11100 |
Color Harmonies of #823C0B
Complementary color
Monochromatic Colors of #823C0B
Black with #823C0B
Text Example
Text Example
White with #823C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C0B; }
p { color: rgb(130,60,11); }
H1.HeaderClassName
{
color: #823C0B;
}
.AnyTagClassName
{
color: #823C0B;
}
</style>
background-color css
<style>
a { background-color: #823C0B; }
a { background-color: rgb(130,60,11); }
div.DivClassName
{
background-color: #823C0B;
}
.BgClassName
{
background-color: #823C0B;
}
</style>
border-color css
<style>
span { border-color: #823C0B; }
span { border-color: rgb(130,60,11); }
td.TdClassName
{
border-color: #823C0B;
}
.TagClassName
{
border-color: #823C0B;
}
</style>