Shades of Saddle Brown #833B04
Tints of Saddle Brown #833B04
RGB
CMYK
RGB Variations
Color information
#833B04 (or 0x833B04) is known color: Saddle Brown. HEX triplet: 83, 3B and 04. RGB value is (131,59,4). Sum of RGB (Red+Green+Blue) = 131+59+4=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #833B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B04 is #7CC4FB. Grayscale: #4A4A4A. Windows color (decimal): -8176892 or 277379. OLE color: 277379.
HSL color Cylindrical-coordinate representation of color #833B04: hue angle of 25.98º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #833B04 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 4 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.49 |
| HSL | 25.98º | 0.94% | 0.26% | - |
| HSV(B) | 25.98º | 0.97% | 0.51% | - |
| XYZ | 10.95 | 7.96 | 1.07 | - |
| YUV | 74.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 4 | 0 | 0.55 | 0.97 | 0.49 | 25.98 | 0.94 | 0.26 |
| Hex | 83 | 3B | 4 | 0 | 37 | 61 | 31 | 1A | 5E | 1A |
| Octal | 203 | 73 | 4 | 0 | 67 | 141 | 61 | 32 | 136 | 32 |
| Binary | 10000011 | 111011 | 100 | 0 | 110111 | 1100001 | 110001 | 11010 | 1011110 | 11010 |
Color Harmonies of #833B04
Complementary color
Monochromatic Colors of #833B04
Black with #833B04
Text Example
Text Example
White with #833B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B04; }
p { color: rgb(131,59,4); }
H1.HeaderClassName
{
color: #833B04;
}
.AnyTagClassName
{
color: #833B04;
}
</style>
background-color css
<style>
a { background-color: #833B04; }
a { background-color: rgb(131,59,4); }
div.DivClassName
{
background-color: #833B04;
}
.BgClassName
{
background-color: #833B04;
}
</style>
border-color css
<style>
span { border-color: #833B04; }
span { border-color: rgb(131,59,4); }
td.TdClassName
{
border-color: #833B04;
}
.TagClassName
{
border-color: #833B04;
}
</style>