Shades of Saddle Brown #832D03
Tints of Saddle Brown #832D03
RGB
CMYK
RGB Variations
Color information
#832D03 (or 0x832D03) is known color: Saddle Brown. HEX triplet: 83, 2D and 03. RGB value is (131,45,3). Sum of RGB (Red+Green+Blue) = 131+45+3=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #832D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D03 is #7CD2FC. Grayscale: #424242. Windows color (decimal): -8180477 or 208259. OLE color: 208259.
HSL color Cylindrical-coordinate representation of color #832D03: hue angle of 19.69º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #832D03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.49 |
| HSL | 19.69º | 0.96% | 0.26% | - |
| HSV(B) | 19.69º | 0.98% | 0.51% | - |
| XYZ | 10.31 | 6.71 | 0.84 | - |
| YUV | 65.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 3 | 0 | 0.66 | 0.98 | 0.49 | 19.69 | 0.96 | 0.26 |
| Hex | 83 | 2D | 3 | 0 | 42 | 62 | 31 | 14 | 60 | 1A |
| Octal | 203 | 55 | 3 | 0 | 102 | 142 | 61 | 24 | 140 | 32 |
| Binary | 10000011 | 101101 | 11 | 0 | 1000010 | 1100010 | 110001 | 10100 | 1100000 | 11010 |
Color Harmonies of #832D03
Complementary color
Monochromatic Colors of #832D03
Black with #832D03
Text Example
Text Example
White with #832D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D03; }
p { color: rgb(131,45,3); }
H1.HeaderClassName
{
color: #832D03;
}
.AnyTagClassName
{
color: #832D03;
}
</style>
background-color css
<style>
a { background-color: #832D03; }
a { background-color: rgb(131,45,3); }
div.DivClassName
{
background-color: #832D03;
}
.BgClassName
{
background-color: #832D03;
}
</style>
border-color css
<style>
span { border-color: #832D03; }
span { border-color: rgb(131,45,3); }
td.TdClassName
{
border-color: #832D03;
}
.TagClassName
{
border-color: #832D03;
}
</style>