Shades of Saddle Brown #833312
Tints of Saddle Brown #833312
RGB
CMYK
RGB Variations
Color information
#833312 (or 0x833312) is known color: Saddle Brown. HEX triplet: 83, 33 and 12. RGB value is (131,51,18). Sum of RGB (Red+Green+Blue) = 131+51+18=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #833312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833312 is #7CCCED. Grayscale: #474747. Windows color (decimal): -8178926 or 1192835. OLE color: 1192835.
HSL color Cylindrical-coordinate representation of color #833312: hue angle of 17.52º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #833312 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 18 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.49 |
| HSL | 17.52º | 0.76% | 0.29% | - |
| HSV(B) | 17.52º | 0.86% | 0.51% | - |
| XYZ | 10.65 | 7.24 | 1.41 | - |
| YUV | 71.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 18 | 0 | 0.61 | 0.86 | 0.49 | 17.52 | 0.76 | 0.29 |
| Hex | 83 | 33 | 12 | 0 | 3D | 56 | 31 | 12 | 4C | 1D |
| Octal | 203 | 63 | 22 | 0 | 75 | 126 | 61 | 22 | 114 | 35 |
| Binary | 10000011 | 110011 | 10010 | 0 | 111101 | 1010110 | 110001 | 10010 | 1001100 | 11101 |
Color Harmonies of #833312
Complementary color
Monochromatic Colors of #833312
Black with #833312
Text Example
Text Example
White with #833312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833312; }
p { color: rgb(131,51,18); }
H1.HeaderClassName
{
color: #833312;
}
.AnyTagClassName
{
color: #833312;
}
</style>
background-color css
<style>
a { background-color: #833312; }
a { background-color: rgb(131,51,18); }
div.DivClassName
{
background-color: #833312;
}
.BgClassName
{
background-color: #833312;
}
</style>
border-color css
<style>
span { border-color: #833312; }
span { border-color: rgb(131,51,18); }
td.TdClassName
{
border-color: #833312;
}
.TagClassName
{
border-color: #833312;
}
</style>