Shades of Saddle Brown #832A00
Tints of Saddle Brown #832A00
RGB
CMYK
RGB Variations
Color information
#832A00 (or 0x832A00) is known color: Saddle Brown. HEX triplet: 83, 2A and 00. RGB value is (131,42,0). Sum of RGB (Red+Green+Blue) = 131+42+0=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #832A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A00 is #7CD5FF. Grayscale: #404040. Windows color (decimal): -8181248 or 10883. OLE color: 10883.
HSL color Cylindrical-coordinate representation of color #832A00: hue angle of 19.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #832A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 42 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.49 |
| HSL | 19.24º | 1% | 0.26% | - |
| HSV(B) | 19.24º | 1% | 0.51% | - |
| XYZ | 10.19 | 6.48 | 0.71 | - |
| YUV | 63.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 0 | 0 | 0.68 | 1 | 0.49 | 19.24 | 1 | 0.26 |
| Hex | 83 | 2A | 0 | 0 | 44 | 64 | 31 | 13 | 64 | 1A |
| Octal | 203 | 52 | 0 | 0 | 104 | 144 | 61 | 23 | 144 | 32 |
| Binary | 10000011 | 101010 | 0 | 0 | 1000100 | 1100100 | 110001 | 10011 | 1100100 | 11010 |
Color Harmonies of #832A00
Complementary color
Monochromatic Colors of #832A00
Black with #832A00
Text Example
Text Example
White with #832A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832A00; }
p { color: rgb(131,42,0); }
H1.HeaderClassName
{
color: #832A00;
}
.AnyTagClassName
{
color: #832A00;
}
</style>
background-color css
<style>
a { background-color: #832A00; }
a { background-color: rgb(131,42,0); }
div.DivClassName
{
background-color: #832A00;
}
.BgClassName
{
background-color: #832A00;
}
</style>
border-color css
<style>
span { border-color: #832A00; }
span { border-color: rgb(131,42,0); }
td.TdClassName
{
border-color: #832A00;
}
.TagClassName
{
border-color: #832A00;
}
</style>