Shades of Saddle Brown #833B03
Tints of Saddle Brown #833B03
RGB
CMYK
RGB Variations
Color information
#833B03 (or 0x833B03) is known color: Saddle Brown. HEX triplet: 83, 3B and 03. RGB value is (131,59,3). Sum of RGB (Red+Green+Blue) = 131+59+3=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #833B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B03 is #7CC4FC. Grayscale: #4A4A4A. Windows color (decimal): -8176893 or 211843. OLE color: 211843.
HSL color Cylindrical-coordinate representation of color #833B03: hue angle of 26.25º 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 #833B03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.49 |
| HSL | 26.25º | 0.96% | 0.26% | - |
| HSV(B) | 26.25º | 0.98% | 0.51% | - |
| XYZ | 10.94 | 7.96 | 1.05 | - |
| YUV | 74.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 3 | 0 | 0.55 | 0.98 | 0.49 | 26.25 | 0.96 | 0.26 |
| Hex | 83 | 3B | 3 | 0 | 37 | 62 | 31 | 1A | 60 | 1A |
| Octal | 203 | 73 | 3 | 0 | 67 | 142 | 61 | 32 | 140 | 32 |
| Binary | 10000011 | 111011 | 11 | 0 | 110111 | 1100010 | 110001 | 11010 | 1100000 | 11010 |
Color Harmonies of #833B03
Complementary color
Monochromatic Colors of #833B03
Black with #833B03
Text Example
Text Example
White with #833B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B03; }
p { color: rgb(131,59,3); }
H1.HeaderClassName
{
color: #833B03;
}
.AnyTagClassName
{
color: #833B03;
}
</style>
background-color css
<style>
a { background-color: #833B03; }
a { background-color: rgb(131,59,3); }
div.DivClassName
{
background-color: #833B03;
}
.BgClassName
{
background-color: #833B03;
}
</style>
border-color css
<style>
span { border-color: #833B03; }
span { border-color: rgb(131,59,3); }
td.TdClassName
{
border-color: #833B03;
}
.TagClassName
{
border-color: #833B03;
}
</style>