Shades of Saddle Brown #843D00
Tints of Saddle Brown #843D00
RGB
CMYK
RGB Variations
Color information
#843D00 (or 0x843D00) is known color: Saddle Brown. HEX triplet: 84, 3D and 00. RGB value is (132,61,0). Sum of RGB (Red+Green+Blue) = 132+61+0=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #843D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D00 is #7BC2FF. Grayscale: #4B4B4B. Windows color (decimal): -8110848 or 15748. OLE color: 15748.
HSL color Cylindrical-coordinate representation of color #843D00: hue angle of 27.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #843D00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.48 |
| HSL | 27.73º | 1% | 0.26% | - |
| HSV(B) | 27.73º | 1% | 0.52% | - |
| XYZ | 11.18 | 8.24 | 1 | - |
| YUV | 75.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 0 | 0 | 0.54 | 1 | 0.48 | 27.73 | 1 | 0.26 |
| Hex | 84 | 3D | 0 | 0 | 36 | 64 | 30 | 1C | 64 | 1A |
| Octal | 204 | 75 | 0 | 0 | 66 | 144 | 60 | 34 | 144 | 32 |
| Binary | 10000100 | 111101 | 0 | 0 | 110110 | 1100100 | 110000 | 11100 | 1100100 | 11010 |
Color Harmonies of #843D00
Complementary color
Monochromatic Colors of #843D00
Black with #843D00
Text Example
Text Example
White with #843D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D00; }
p { color: rgb(132,61,0); }
H1.HeaderClassName
{
color: #843D00;
}
.AnyTagClassName
{
color: #843D00;
}
</style>
background-color css
<style>
a { background-color: #843D00; }
a { background-color: rgb(132,61,0); }
div.DivClassName
{
background-color: #843D00;
}
.BgClassName
{
background-color: #843D00;
}
</style>
border-color css
<style>
span { border-color: #843D00; }
span { border-color: rgb(132,61,0); }
td.TdClassName
{
border-color: #843D00;
}
.TagClassName
{
border-color: #843D00;
}
</style>