Shades of Saddle Brown #833D00
Tints of Saddle Brown #833D00
RGB
CMYK
RGB Variations
Color information
#833D00 (or 0x833D00) is known color: Saddle Brown. HEX triplet: 83, 3D and 00. RGB value is (131,61,0). Sum of RGB (Red+Green+Blue) = 131+61+0=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #833D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D00 is #7CC2FF. Grayscale: #4B4B4B. Windows color (decimal): -8176384 or 15747. OLE color: 15747.
HSL color Cylindrical-coordinate representation of color #833D00: hue angle of 27.94º 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 #833D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.49 |
| HSL | 27.94º | 1% | 0.26% | - |
| HSV(B) | 27.94º | 1% | 0.51% | - |
| XYZ | 11.03 | 8.16 | 0.99 | - |
| YUV | 74.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 0 | 0 | 0.53 | 1 | 0.49 | 27.94 | 1 | 0.26 |
| Hex | 83 | 3D | 0 | 0 | 35 | 64 | 31 | 1C | 64 | 1A |
| Octal | 203 | 75 | 0 | 0 | 65 | 144 | 61 | 34 | 144 | 32 |
| Binary | 10000011 | 111101 | 0 | 0 | 110101 | 1100100 | 110001 | 11100 | 1100100 | 11010 |
Color Harmonies of #833D00
Complementary color
Monochromatic Colors of #833D00
Black with #833D00
Text Example
Text Example
White with #833D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D00; }
p { color: rgb(131,61,0); }
H1.HeaderClassName
{
color: #833D00;
}
.AnyTagClassName
{
color: #833D00;
}
</style>
background-color css
<style>
a { background-color: #833D00; }
a { background-color: rgb(131,61,0); }
div.DivClassName
{
background-color: #833D00;
}
.BgClassName
{
background-color: #833D00;
}
</style>
border-color css
<style>
span { border-color: #833D00; }
span { border-color: rgb(131,61,0); }
td.TdClassName
{
border-color: #833D00;
}
.TagClassName
{
border-color: #833D00;
}
</style>