Shades of Saddle Brown #832D01
Tints of Saddle Brown #832D01
RGB
CMYK
RGB Variations
Color information
#832D01 (or 0x832D01) is known color: Saddle Brown. HEX triplet: 83, 2D and 01. RGB value is (131,45,1). Sum of RGB (Red+Green+Blue) = 131+45+1=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #832D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D01 is #7CD2FE. Grayscale: #414141. Windows color (decimal): -8180479 or 77187. OLE color: 77187.
HSL color Cylindrical-coordinate representation of color #832D01: hue angle of 20.31º 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 #832D01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.49 |
| HSL | 20.31º | 0.98% | 0.26% | - |
| HSV(B) | 20.31º | 0.99% | 0.51% | - |
| XYZ | 10.3 | 6.7 | 0.78 | - |
| YUV | 65.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 1 | 0 | 0.66 | 0.99 | 0.49 | 20.31 | 0.98 | 0.26 |
| Hex | 83 | 2D | 1 | 0 | 42 | 63 | 31 | 14 | 62 | 1A |
| Octal | 203 | 55 | 1 | 0 | 102 | 143 | 61 | 24 | 142 | 32 |
| Binary | 10000011 | 101101 | 1 | 0 | 1000010 | 1100011 | 110001 | 10100 | 1100010 | 11010 |
Color Harmonies of #832D01
Complementary color
Monochromatic Colors of #832D01
Black with #832D01
Text Example
Text Example
White with #832D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D01; }
p { color: rgb(131,45,1); }
H1.HeaderClassName
{
color: #832D01;
}
.AnyTagClassName
{
color: #832D01;
}
</style>
background-color css
<style>
a { background-color: #832D01; }
a { background-color: rgb(131,45,1); }
div.DivClassName
{
background-color: #832D01;
}
.BgClassName
{
background-color: #832D01;
}
</style>
border-color css
<style>
span { border-color: #832D01; }
span { border-color: rgb(131,45,1); }
td.TdClassName
{
border-color: #832D01;
}
.TagClassName
{
border-color: #832D01;
}
</style>