Shades of Saddle Brown #823B05
Tints of Saddle Brown #823B05
RGB
CMYK
RGB Variations
Color information
#823B05 (or 0x823B05) is known color: Saddle Brown. HEX triplet: 82, 3B and 05. RGB value is (130,59,5). Sum of RGB (Red+Green+Blue) = 130+59+5=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #823B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823B05 is #7DC4FA. Grayscale: #4A4A4A. Windows color (decimal): -8242427 or 342914. OLE color: 342914.
HSL color Cylindrical-coordinate representation of color #823B05: hue angle of 25.92º 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 #823B05 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 59 | 5 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.49 |
| HSL | 25.92º | 0.93% | 0.26% | - |
| HSV(B) | 25.92º | 0.96% | 0.51% | - |
| XYZ | 10.8 | 7.88 | 1.1 | - |
| YUV | 74.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 5 | 0 | 0.55 | 0.96 | 0.49 | 25.92 | 0.93 | 0.26 |
| Hex | 82 | 3B | 5 | 0 | 37 | 60 | 31 | 1A | 5D | 1A |
| Octal | 202 | 73 | 5 | 0 | 67 | 140 | 61 | 32 | 135 | 32 |
| Binary | 10000010 | 111011 | 101 | 0 | 110111 | 1100000 | 110001 | 11010 | 1011101 | 11010 |
Color Harmonies of #823B05
Complementary color
Monochromatic Colors of #823B05
Black with #823B05
Text Example
Text Example
White with #823B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B05; }
p { color: rgb(130,59,5); }
H1.HeaderClassName
{
color: #823B05;
}
.AnyTagClassName
{
color: #823B05;
}
</style>
background-color css
<style>
a { background-color: #823B05; }
a { background-color: rgb(130,59,5); }
div.DivClassName
{
background-color: #823B05;
}
.BgClassName
{
background-color: #823B05;
}
</style>
border-color css
<style>
span { border-color: #823B05; }
span { border-color: rgb(130,59,5); }
td.TdClassName
{
border-color: #823B05;
}
.TagClassName
{
border-color: #823B05;
}
</style>