Shades of Saddle Brown #843E0F
Tints of Saddle Brown #843E0F
RGB
CMYK
RGB Variations
Color information
#843E0F (or 0x843E0F) is known color: Saddle Brown. HEX triplet: 84, 3E and 0F. RGB value is (132,62,15). Sum of RGB (Red+Green+Blue) = 132+62+15=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #843E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843E0F is #7BC1F0. Grayscale: #4D4D4D. Windows color (decimal): -8110577 or 999044. OLE color: 999044.
HSL color Cylindrical-coordinate representation of color #843E0F: hue angle of 24.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #843E0F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 15 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.48 |
| HSL | 24.1º | 0.8% | 0.29% | - |
| HSV(B) | 24.1º | 0.89% | 0.52% | - |
| XYZ | 11.32 | 8.39 | 1.47 | - |
| YUV | 77.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 15 | 0 | 0.53 | 0.89 | 0.48 | 24.1 | 0.8 | 0.29 |
| Hex | 84 | 3E | F | 0 | 35 | 59 | 30 | 18 | 50 | 1D |
| Octal | 204 | 76 | 17 | 0 | 65 | 131 | 60 | 30 | 120 | 35 |
| Binary | 10000100 | 111110 | 1111 | 0 | 110101 | 1011001 | 110000 | 11000 | 1010000 | 11101 |
Color Harmonies of #843E0F
Complementary color
Monochromatic Colors of #843E0F
Black with #843E0F
Text Example
Text Example
White with #843E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E0F; }
p { color: rgb(132,62,15); }
H1.HeaderClassName
{
color: #843E0F;
}
.AnyTagClassName
{
color: #843E0F;
}
</style>
background-color css
<style>
a { background-color: #843E0F; }
a { background-color: rgb(132,62,15); }
div.DivClassName
{
background-color: #843E0F;
}
.BgClassName
{
background-color: #843E0F;
}
</style>
border-color css
<style>
span { border-color: #843E0F; }
span { border-color: rgb(132,62,15); }
td.TdClassName
{
border-color: #843E0F;
}
.TagClassName
{
border-color: #843E0F;
}
</style>