Shades of Saddle Brown #83330B
Tints of Saddle Brown #83330B
RGB
CMYK
RGB Variations
Color information
#83330B (or 0x83330B) is known color: Saddle Brown. HEX triplet: 83, 33 and 0B. RGB value is (131,51,11). Sum of RGB (Red+Green+Blue) = 131+51+11=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83330B is #7CCCF4. Grayscale: #464646. Windows color (decimal): -8178933 or 734083. OLE color: 734083.
HSL color Cylindrical-coordinate representation of color #83330B: hue angle of 20º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83330B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 11 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.49 |
| HSL | 20º | 0.85% | 0.28% | - |
| HSV(B) | 20º | 0.92% | 0.51% | - |
| XYZ | 10.6 | 7.22 | 1.15 | - |
| YUV | 70.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 11 | 0 | 0.61 | 0.92 | 0.49 | 20 | 0.85 | 0.28 |
| Hex | 83 | 33 | B | 0 | 3D | 5C | 31 | 14 | 55 | 1C |
| Octal | 203 | 63 | 13 | 0 | 75 | 134 | 61 | 24 | 125 | 34 |
| Binary | 10000011 | 110011 | 1011 | 0 | 111101 | 1011100 | 110001 | 10100 | 1010101 | 11100 |
Color Harmonies of #83330B
Complementary color
Monochromatic Colors of #83330B
Black with #83330B
Text Example
Text Example
White with #83330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83330B; }
p { color: rgb(131,51,11); }
H1.HeaderClassName
{
color: #83330B;
}
.AnyTagClassName
{
color: #83330B;
}
</style>
background-color css
<style>
a { background-color: #83330B; }
a { background-color: rgb(131,51,11); }
div.DivClassName
{
background-color: #83330B;
}
.BgClassName
{
background-color: #83330B;
}
</style>
border-color css
<style>
span { border-color: #83330B; }
span { border-color: rgb(131,51,11); }
td.TdClassName
{
border-color: #83330B;
}
.TagClassName
{
border-color: #83330B;
}
</style>