Shades of Saddle Brown #833B0C
Tints of Saddle Brown #833B0C
RGB
CMYK
RGB Variations
Color information
#833B0C (or 0x833B0C) is known color: Saddle Brown. HEX triplet: 83, 3B and 0C. RGB value is (131,59,12). Sum of RGB (Red+Green+Blue) = 131+59+12=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #833B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B0C is #7CC4F3. Grayscale: #4B4B4B. Windows color (decimal): -8176884 or 801667. OLE color: 801667.
HSL color Cylindrical-coordinate representation of color #833B0C: hue angle of 23.7º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #833B0C is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 12 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.49 |
| HSL | 23.7º | 0.83% | 0.28% | - |
| HSV(B) | 23.7º | 0.91% | 0.51% | - |
| XYZ | 10.99 | 7.98 | 1.31 | - |
| YUV | 75.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 12 | 0 | 0.55 | 0.91 | 0.49 | 23.7 | 0.83 | 0.28 |
| Hex | 83 | 3B | C | 0 | 37 | 5B | 31 | 18 | 53 | 1C |
| Octal | 203 | 73 | 14 | 0 | 67 | 133 | 61 | 30 | 123 | 34 |
| Binary | 10000011 | 111011 | 1100 | 0 | 110111 | 1011011 | 110001 | 11000 | 1010011 | 11100 |
Color Harmonies of #833B0C
Complementary color
Monochromatic Colors of #833B0C
Black with #833B0C
Text Example
Text Example
White with #833B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B0C; }
p { color: rgb(131,59,12); }
H1.HeaderClassName
{
color: #833B0C;
}
.AnyTagClassName
{
color: #833B0C;
}
</style>
background-color css
<style>
a { background-color: #833B0C; }
a { background-color: rgb(131,59,12); }
div.DivClassName
{
background-color: #833B0C;
}
.BgClassName
{
background-color: #833B0C;
}
</style>
border-color css
<style>
span { border-color: #833B0C; }
span { border-color: rgb(131,59,12); }
td.TdClassName
{
border-color: #833B0C;
}
.TagClassName
{
border-color: #833B0C;
}
</style>