Shades of Saddle Brown #843A0D
Tints of Saddle Brown #843A0D
RGB
CMYK
RGB Variations
Color information
#843A0D (or 0x843A0D) is known color: Saddle Brown. HEX triplet: 84, 3A and 0D. RGB value is (132,58,13). Sum of RGB (Red+Green+Blue) = 132+58+13=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #843A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843A0D is #7BC5F2. Grayscale: #4B4B4B. Windows color (decimal): -8111603 or 866948. OLE color: 866948.
HSL color Cylindrical-coordinate representation of color #843A0D: hue angle of 22.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #843A0D is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 58 | 13 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.48 |
| HSL | 22.69º | 0.82% | 0.28% | - |
| HSV(B) | 22.69º | 0.9% | 0.52% | - |
| XYZ | 11.1 | 7.96 | 1.33 | - |
| YUV | 75 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 13 | 0 | 0.56 | 0.90 | 0.48 | 22.69 | 0.82 | 0.28 |
| Hex | 84 | 3A | D | 0 | 38 | 5A | 30 | 17 | 52 | 1C |
| Octal | 204 | 72 | 15 | 0 | 70 | 132 | 60 | 27 | 122 | 34 |
| Binary | 10000100 | 111010 | 1101 | 0 | 111000 | 1011010 | 110000 | 10111 | 1010010 | 11100 |
Color Harmonies of #843A0D
Complementary color
Monochromatic Colors of #843A0D
Black with #843A0D
Text Example
Text Example
White with #843A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843A0D; }
p { color: rgb(132,58,13); }
H1.HeaderClassName
{
color: #843A0D;
}
.AnyTagClassName
{
color: #843A0D;
}
</style>
background-color css
<style>
a { background-color: #843A0D; }
a { background-color: rgb(132,58,13); }
div.DivClassName
{
background-color: #843A0D;
}
.BgClassName
{
background-color: #843A0D;
}
</style>
border-color css
<style>
span { border-color: #843A0D; }
span { border-color: rgb(132,58,13); }
td.TdClassName
{
border-color: #843A0D;
}
.TagClassName
{
border-color: #843A0D;
}
</style>