Shades of Saddle Brown #843F01
Tints of Saddle Brown #843F01
RGB
CMYK
RGB Variations
Color information
#843F01 (or 0x843F01) is known color: Saddle Brown. HEX triplet: 84, 3F and 01. RGB value is (132,63,1). Sum of RGB (Red+Green+Blue) = 132+63+1=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #843F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F01 is #7BC0FE. Grayscale: #4C4C4C. Windows color (decimal): -8110335 or 81796. OLE color: 81796.
HSL color Cylindrical-coordinate representation of color #843F01: hue angle of 28.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #843F01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.48 |
| HSL | 28.4º | 0.98% | 0.26% | - |
| HSV(B) | 28.4º | 0.99% | 0.52% | - |
| XYZ | 11.3 | 8.46 | 1.07 | - |
| YUV | 76.56 | 85.36 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 1 | 0 | 0.52 | 0.99 | 0.48 | 28.4 | 0.98 | 0.26 |
| Hex | 84 | 3F | 1 | 0 | 34 | 63 | 30 | 1C | 62 | 1A |
| Octal | 204 | 77 | 1 | 0 | 64 | 143 | 60 | 34 | 142 | 32 |
| Binary | 10000100 | 111111 | 1 | 0 | 110100 | 1100011 | 110000 | 11100 | 1100010 | 11010 |
Color Harmonies of #843F01
Complementary color
Monochromatic Colors of #843F01
Black with #843F01
Text Example
Text Example
White with #843F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F01; }
p { color: rgb(132,63,1); }
H1.HeaderClassName
{
color: #843F01;
}
.AnyTagClassName
{
color: #843F01;
}
</style>
background-color css
<style>
a { background-color: #843F01; }
a { background-color: rgb(132,63,1); }
div.DivClassName
{
background-color: #843F01;
}
.BgClassName
{
background-color: #843F01;
}
</style>
border-color css
<style>
span { border-color: #843F01; }
span { border-color: rgb(132,63,1); }
td.TdClassName
{
border-color: #843F01;
}
.TagClassName
{
border-color: #843F01;
}
</style>