Shades of Saddle Brown #833F00
Tints of Saddle Brown #833F00
RGB
CMYK
RGB Variations
Color information
#833F00 (or 0x833F00) is known color: Saddle Brown. HEX triplet: 83, 3F and 00. RGB value is (131,63,0). Sum of RGB (Red+Green+Blue) = 131+63+0=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #833F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833F00 is #7CC0FF. Grayscale: #4C4C4C. Windows color (decimal): -8175872 or 16259. OLE color: 16259.
HSL color Cylindrical-coordinate representation of color #833F00: hue angle of 28.85º 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 #833F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.49 |
| HSL | 28.85º | 1% | 0.26% | - |
| HSV(B) | 28.85º | 1% | 0.51% | - |
| XYZ | 11.14 | 8.38 | 1.03 | - |
| YUV | 76.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 0 | 0 | 0.52 | 1 | 0.49 | 28.85 | 1 | 0.26 |
| Hex | 83 | 3F | 0 | 0 | 34 | 64 | 31 | 1D | 64 | 1A |
| Octal | 203 | 77 | 0 | 0 | 64 | 144 | 61 | 35 | 144 | 32 |
| Binary | 10000011 | 111111 | 0 | 0 | 110100 | 1100100 | 110001 | 11101 | 1100100 | 11010 |
Color Harmonies of #833F00
Complementary color
Monochromatic Colors of #833F00
Black with #833F00
Text Example
Text Example
White with #833F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F00; }
p { color: rgb(131,63,0); }
H1.HeaderClassName
{
color: #833F00;
}
.AnyTagClassName
{
color: #833F00;
}
</style>
background-color css
<style>
a { background-color: #833F00; }
a { background-color: rgb(131,63,0); }
div.DivClassName
{
background-color: #833F00;
}
.BgClassName
{
background-color: #833F00;
}
</style>
border-color css
<style>
span { border-color: #833F00; }
span { border-color: rgb(131,63,0); }
td.TdClassName
{
border-color: #833F00;
}
.TagClassName
{
border-color: #833F00;
}
</style>