Shades of Saddle Brown #834201
Tints of Saddle Brown #834201
RGB
CMYK
RGB Variations
Color information
#834201 (or 0x834201) is known color: Saddle Brown. HEX triplet: 83, 42 and 01. RGB value is (131,66,1). Sum of RGB (Red+Green+Blue) = 131+66+1=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #834201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834201 is #7CBDFE. Grayscale: #4E4E4E. Windows color (decimal): -8175103 or 82563. OLE color: 82563.
HSL color Cylindrical-coordinate representation of color #834201: hue angle of 30º 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 #834201 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.49 |
| HSL | 30º | 0.98% | 0.26% | - |
| HSV(B) | 30º | 0.99% | 0.51% | - |
| XYZ | 11.31 | 8.72 | 1.12 | - |
| YUV | 78.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 1 | 0 | 0.50 | 0.99 | 0.49 | 30 | 0.98 | 0.26 |
| Hex | 83 | 42 | 1 | 0 | 32 | 63 | 31 | 1E | 62 | 1A |
| Octal | 203 | 102 | 1 | 0 | 62 | 143 | 61 | 36 | 142 | 32 |
| Binary | 10000011 | 1000010 | 1 | 0 | 110010 | 1100011 | 110001 | 11110 | 1100010 | 11010 |
Color Harmonies of #834201
Complementary color
Monochromatic Colors of #834201
Black with #834201
Text Example
Text Example
White with #834201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834201; }
p { color: rgb(131,66,1); }
H1.HeaderClassName
{
color: #834201;
}
.AnyTagClassName
{
color: #834201;
}
</style>
background-color css
<style>
a { background-color: #834201; }
a { background-color: rgb(131,66,1); }
div.DivClassName
{
background-color: #834201;
}
.BgClassName
{
background-color: #834201;
}
</style>
border-color css
<style>
span { border-color: #834201; }
span { border-color: rgb(131,66,1); }
td.TdClassName
{
border-color: #834201;
}
.TagClassName
{
border-color: #834201;
}
</style>