Shades of Saddle Brown #832E01
Tints of Saddle Brown #832E01
RGB
CMYK
RGB Variations
Color information
#832E01 (or 0x832E01) is known color: Saddle Brown. HEX triplet: 83, 2E and 01. RGB value is (131,46,1). Sum of RGB (Red+Green+Blue) = 131+46+1=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #832E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E01 is #7CD1FE. Grayscale: #424242. Windows color (decimal): -8180223 or 77443. OLE color: 77443.
HSL color Cylindrical-coordinate representation of color #832E01: hue angle of 20.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #832E01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.49 |
| HSL | 20.77º | 0.98% | 0.26% | - |
| HSV(B) | 20.77º | 0.99% | 0.51% | - |
| XYZ | 10.34 | 6.78 | 0.79 | - |
| YUV | 66.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 1 | 0 | 0.65 | 0.99 | 0.49 | 20.77 | 0.98 | 0.26 |
| Hex | 83 | 2E | 1 | 0 | 41 | 63 | 31 | 15 | 62 | 1A |
| Octal | 203 | 56 | 1 | 0 | 101 | 143 | 61 | 25 | 142 | 32 |
| Binary | 10000011 | 101110 | 1 | 0 | 1000001 | 1100011 | 110001 | 10101 | 1100010 | 11010 |
Color Harmonies of #832E01
Complementary color
Monochromatic Colors of #832E01
Black with #832E01
Text Example
Text Example
White with #832E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E01; }
p { color: rgb(131,46,1); }
H1.HeaderClassName
{
color: #832E01;
}
.AnyTagClassName
{
color: #832E01;
}
</style>
background-color css
<style>
a { background-color: #832E01; }
a { background-color: rgb(131,46,1); }
div.DivClassName
{
background-color: #832E01;
}
.BgClassName
{
background-color: #832E01;
}
</style>
border-color css
<style>
span { border-color: #832E01; }
span { border-color: rgb(131,46,1); }
td.TdClassName
{
border-color: #832E01;
}
.TagClassName
{
border-color: #832E01;
}
</style>