Shades of Saddle Brown #945218
Tints of Saddle Brown #945218
RGB
CMYK
RGB Variations
Color information
#945218 (or 0x945218) is known color: Saddle Brown. HEX triplet: 94, 52 and 18. RGB value is (148,82,24). Sum of RGB (Red+Green+Blue) = 148+82+24=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #945218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945218 is #6BADE7. Grayscale: #5F5F5F. Windows color (decimal): -7056872 or 1594004. OLE color: 1594004.
HSL color Cylindrical-coordinate representation of color #945218: hue angle of 28.06º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #945218 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 24 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.42 |
| HSL | 28.06º | 0.72% | 0.34% | - |
| HSV(B) | 28.06º | 0.84% | 0.58% | - |
| XYZ | 15.39 | 12.4 | 2.45 | - |
| YUV | 95.12 | 87.87 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 24 | 0 | 0.45 | 0.84 | 0.42 | 28.06 | 0.72 | 0.34 |
| Hex | 94 | 52 | 18 | 0 | 2D | 54 | 2A | 1C | 48 | 22 |
| Octal | 224 | 122 | 30 | 0 | 55 | 124 | 52 | 34 | 110 | 42 |
| Binary | 10010100 | 1010010 | 11000 | 0 | 101101 | 1010100 | 101010 | 11100 | 1001000 | 100010 |
Color Harmonies of #945218
Complementary color
Monochromatic Colors of #945218
Black with #945218
Text Example
Text Example
White with #945218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945218; }
p { color: rgb(148,82,24); }
H1.HeaderClassName
{
color: #945218;
}
.AnyTagClassName
{
color: #945218;
}
</style>
background-color css
<style>
a { background-color: #945218; }
a { background-color: rgb(148,82,24); }
div.DivClassName
{
background-color: #945218;
}
.BgClassName
{
background-color: #945218;
}
</style>
border-color css
<style>
span { border-color: #945218; }
span { border-color: rgb(148,82,24); }
td.TdClassName
{
border-color: #945218;
}
.TagClassName
{
border-color: #945218;
}
</style>