Shades of Saddle Brown #823105
Tints of Saddle Brown #823105
RGB
CMYK
RGB Variations
Color information
#823105 (or 0x823105) is known color: Saddle Brown. HEX triplet: 82, 31 and 05. RGB value is (130,49,5). Sum of RGB (Red+Green+Blue) = 130+49+5=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #823105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823105 is #7DCEFA. Grayscale: #444444. Windows color (decimal): -8244987 or 340354. OLE color: 340354.
HSL color Cylindrical-coordinate representation of color #823105: hue angle of 21.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #823105 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 5 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.49 |
| HSL | 21.12º | 0.93% | 0.26% | - |
| HSV(B) | 21.12º | 0.96% | 0.51% | - |
| XYZ | 10.33 | 6.95 | 0.94 | - |
| YUV | 68.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 5 | 0 | 0.62 | 0.96 | 0.49 | 21.12 | 0.93 | 0.26 |
| Hex | 82 | 31 | 5 | 0 | 3E | 60 | 31 | 15 | 5D | 1A |
| Octal | 202 | 61 | 5 | 0 | 76 | 140 | 61 | 25 | 135 | 32 |
| Binary | 10000010 | 110001 | 101 | 0 | 111110 | 1100000 | 110001 | 10101 | 1011101 | 11010 |
Color Harmonies of #823105
Complementary color
Monochromatic Colors of #823105
Black with #823105
Text Example
Text Example
White with #823105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823105; }
p { color: rgb(130,49,5); }
H1.HeaderClassName
{
color: #823105;
}
.AnyTagClassName
{
color: #823105;
}
</style>
background-color css
<style>
a { background-color: #823105; }
a { background-color: rgb(130,49,5); }
div.DivClassName
{
background-color: #823105;
}
.BgClassName
{
background-color: #823105;
}
</style>
border-color css
<style>
span { border-color: #823105; }
span { border-color: rgb(130,49,5); }
td.TdClassName
{
border-color: #823105;
}
.TagClassName
{
border-color: #823105;
}
</style>