Shades of Saddle Brown #84380F
Tints of Saddle Brown #84380F
RGB
CMYK
RGB Variations
Color information
#84380F (or 0x84380F) is known color: Saddle Brown. HEX triplet: 84, 38 and 0F. RGB value is (132,56,15). Sum of RGB (Red+Green+Blue) = 132+56+15=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #84380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84380F is #7BC7F0. Grayscale: #4A4A4A. Windows color (decimal): -8112113 or 997508. OLE color: 997508.
HSL color Cylindrical-coordinate representation of color #84380F: hue angle of 21.03º 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 #84380F is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 15 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.48 |
| HSL | 21.03º | 0.8% | 0.29% | - |
| HSV(B) | 21.03º | 0.89% | 0.52% | - |
| XYZ | 11.02 | 7.77 | 1.37 | - |
| YUV | 74.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 15 | 0 | 0.58 | 0.89 | 0.48 | 21.03 | 0.8 | 0.29 |
| Hex | 84 | 38 | F | 0 | 3A | 59 | 30 | 15 | 50 | 1D |
| Octal | 204 | 70 | 17 | 0 | 72 | 131 | 60 | 25 | 120 | 35 |
| Binary | 10000100 | 111000 | 1111 | 0 | 111010 | 1011001 | 110000 | 10101 | 1010000 | 11101 |
Color Harmonies of #84380F
Complementary color
Monochromatic Colors of #84380F
Black with #84380F
Text Example
Text Example
White with #84380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84380F; }
p { color: rgb(132,56,15); }
H1.HeaderClassName
{
color: #84380F;
}
.AnyTagClassName
{
color: #84380F;
}
</style>
background-color css
<style>
a { background-color: #84380F; }
a { background-color: rgb(132,56,15); }
div.DivClassName
{
background-color: #84380F;
}
.BgClassName
{
background-color: #84380F;
}
</style>
border-color css
<style>
span { border-color: #84380F; }
span { border-color: rgb(132,56,15); }
td.TdClassName
{
border-color: #84380F;
}
.TagClassName
{
border-color: #84380F;
}
</style>