Shades of Saddle Brown #833B00
Tints of Saddle Brown #833B00
RGB
CMYK
RGB Variations
Color information
#833B00 (or 0x833B00) is known color: Saddle Brown. HEX triplet: 83, 3B and 00. RGB value is (131,59,0). Sum of RGB (Red+Green+Blue) = 131+59+0=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #833B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B00 is #7CC4FF. Grayscale: #4A4A4A. Windows color (decimal): -8176896 or 15235. OLE color: 15235.
HSL color Cylindrical-coordinate representation of color #833B00: hue angle of 27.02º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #833B00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.49 |
| HSL | 27.02º | 1% | 0.26% | - |
| HSV(B) | 27.02º | 1% | 0.51% | - |
| XYZ | 10.92 | 7.95 | 0.96 | - |
| YUV | 73.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 0 | 0 | 0.55 | 1 | 0.49 | 27.02 | 1 | 0.26 |
| Hex | 83 | 3B | 0 | 0 | 37 | 64 | 31 | 1B | 64 | 1A |
| Octal | 203 | 73 | 0 | 0 | 67 | 144 | 61 | 33 | 144 | 32 |
| Binary | 10000011 | 111011 | 0 | 0 | 110111 | 1100100 | 110001 | 11011 | 1100100 | 11010 |
Color Harmonies of #833B00
Complementary color
Monochromatic Colors of #833B00
Black with #833B00
Text Example
Text Example
White with #833B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B00; }
p { color: rgb(131,59,0); }
H1.HeaderClassName
{
color: #833B00;
}
.AnyTagClassName
{
color: #833B00;
}
</style>
background-color css
<style>
a { background-color: #833B00; }
a { background-color: rgb(131,59,0); }
div.DivClassName
{
background-color: #833B00;
}
.BgClassName
{
background-color: #833B00;
}
</style>
border-color css
<style>
span { border-color: #833B00; }
span { border-color: rgb(131,59,0); }
td.TdClassName
{
border-color: #833B00;
}
.TagClassName
{
border-color: #833B00;
}
</style>