Shades of Saddle Brown #84440B
Tints of Saddle Brown #84440B
RGB
CMYK
RGB Variations
Color information
#84440B (or 0x84440B) is known color: Saddle Brown. HEX triplet: 84, 44 and 0B. RGB value is (132,68,11). Sum of RGB (Red+Green+Blue) = 132+68+11=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84440B is #7BBBF4. Grayscale: #505050. Windows color (decimal): -8109045 or 738436. OLE color: 738436.
HSL color Cylindrical-coordinate representation of color #84440B: hue angle of 28.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84440B is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 11 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.48 |
| HSL | 28.26º | 0.85% | 0.28% | - |
| HSV(B) | 28.26º | 0.92% | 0.52% | - |
| XYZ | 11.64 | 9.06 | 1.45 | - |
| YUV | 80.64 | 88.7 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 11 | 0 | 0.48 | 0.92 | 0.48 | 28.26 | 0.85 | 0.28 |
| Hex | 84 | 44 | B | 0 | 30 | 5C | 30 | 1C | 55 | 1C |
| Octal | 204 | 104 | 13 | 0 | 60 | 134 | 60 | 34 | 125 | 34 |
| Binary | 10000100 | 1000100 | 1011 | 0 | 110000 | 1011100 | 110000 | 11100 | 1010101 | 11100 |
Color Harmonies of #84440B
Complementary color
Monochromatic Colors of #84440B
Black with #84440B
Text Example
Text Example
White with #84440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84440B; }
p { color: rgb(132,68,11); }
H1.HeaderClassName
{
color: #84440B;
}
.AnyTagClassName
{
color: #84440B;
}
</style>
background-color css
<style>
a { background-color: #84440B; }
a { background-color: rgb(132,68,11); }
div.DivClassName
{
background-color: #84440B;
}
.BgClassName
{
background-color: #84440B;
}
</style>
border-color css
<style>
span { border-color: #84440B; }
span { border-color: rgb(132,68,11); }
td.TdClassName
{
border-color: #84440B;
}
.TagClassName
{
border-color: #84440B;
}
</style>