Shades of Saddle Brown #832E02
Tints of Saddle Brown #832E02
RGB
CMYK
RGB Variations
Color information
#832E02 (or 0x832E02) is known color: Saddle Brown. HEX triplet: 83, 2E and 02. RGB value is (131,46,2). Sum of RGB (Red+Green+Blue) = 131+46+2=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #832E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E02 is #7CD1FD. Grayscale: #424242. Windows color (decimal): -8180222 or 142979. OLE color: 142979.
HSL color Cylindrical-coordinate representation of color #832E02: hue angle of 20.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #832E02 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 2 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.49 |
| HSL | 20.47º | 0.97% | 0.26% | - |
| HSV(B) | 20.47º | 0.98% | 0.51% | - |
| XYZ | 10.35 | 6.78 | 0.82 | - |
| YUV | 66.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 2 | 0 | 0.65 | 0.98 | 0.49 | 20.47 | 0.97 | 0.26 |
| Hex | 83 | 2E | 2 | 0 | 41 | 62 | 31 | 14 | 61 | 1A |
| Octal | 203 | 56 | 2 | 0 | 101 | 142 | 61 | 24 | 141 | 32 |
| Binary | 10000011 | 101110 | 10 | 0 | 1000001 | 1100010 | 110001 | 10100 | 1100001 | 11010 |
Color Harmonies of #832E02
Complementary color
Monochromatic Colors of #832E02
Black with #832E02
Text Example
Text Example
White with #832E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E02; }
p { color: rgb(131,46,2); }
H1.HeaderClassName
{
color: #832E02;
}
.AnyTagClassName
{
color: #832E02;
}
</style>
background-color css
<style>
a { background-color: #832E02; }
a { background-color: rgb(131,46,2); }
div.DivClassName
{
background-color: #832E02;
}
.BgClassName
{
background-color: #832E02;
}
</style>
border-color css
<style>
span { border-color: #832E02; }
span { border-color: rgb(131,46,2); }
td.TdClassName
{
border-color: #832E02;
}
.TagClassName
{
border-color: #832E02;
}
</style>