Shades of Saddle Brown #834101
Tints of Saddle Brown #834101
RGB
CMYK
RGB Variations
Color information
#834101 (or 0x834101) is known color: Saddle Brown. HEX triplet: 83, 41 and 01. RGB value is (131,65,1). Sum of RGB (Red+Green+Blue) = 131+65+1=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #834101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834101 is #7CBEFE. Grayscale: #4D4D4D. Windows color (decimal): -8175359 or 82307. OLE color: 82307.
HSL color Cylindrical-coordinate representation of color #834101: hue angle of 29.54º 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 #834101 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.49 |
| HSL | 29.54º | 0.98% | 0.26% | - |
| HSV(B) | 29.54º | 0.99% | 0.51% | - |
| XYZ | 11.26 | 8.61 | 1.1 | - |
| YUV | 77.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 1 | 0 | 0.50 | 0.99 | 0.49 | 29.54 | 0.98 | 0.26 |
| Hex | 83 | 41 | 1 | 0 | 32 | 63 | 31 | 1E | 62 | 1A |
| Octal | 203 | 101 | 1 | 0 | 62 | 143 | 61 | 36 | 142 | 32 |
| Binary | 10000011 | 1000001 | 1 | 0 | 110010 | 1100011 | 110001 | 11110 | 1100010 | 11010 |
Color Harmonies of #834101
Complementary color
Monochromatic Colors of #834101
Black with #834101
Text Example
Text Example
White with #834101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834101; }
p { color: rgb(131,65,1); }
H1.HeaderClassName
{
color: #834101;
}
.AnyTagClassName
{
color: #834101;
}
</style>
background-color css
<style>
a { background-color: #834101; }
a { background-color: rgb(131,65,1); }
div.DivClassName
{
background-color: #834101;
}
.BgClassName
{
background-color: #834101;
}
</style>
border-color css
<style>
span { border-color: #834101; }
span { border-color: rgb(131,65,1); }
td.TdClassName
{
border-color: #834101;
}
.TagClassName
{
border-color: #834101;
}
</style>