Shades of Saddle Brown #945305
Tints of Saddle Brown #945305
RGB
CMYK
RGB Variations
Color information
#945305 (or 0x945305) is known color: Saddle Brown. HEX triplet: 94, 53 and 05. RGB value is (148,83,5). Sum of RGB (Red+Green+Blue) = 148+83+5=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #945305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945305 is #6BACFA. Grayscale: #5D5D5D. Windows color (decimal): -7056635 or 349076. OLE color: 349076.
HSL color Cylindrical-coordinate representation of color #945305: hue angle of 32.73º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #945305 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.42 |
| HSL | 32.73º | 0.93% | 0.3% | - |
| HSV(B) | 32.73º | 0.97% | 0.58% | - |
| XYZ | 15.33 | 12.49 | 1.75 | - |
| YUV | 93.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 5 | 0 | 0.44 | 0.97 | 0.42 | 32.73 | 0.93 | 0.3 |
| Hex | 94 | 53 | 5 | 0 | 2C | 61 | 2A | 21 | 5D | 1E |
| Octal | 224 | 123 | 5 | 0 | 54 | 141 | 52 | 41 | 135 | 36 |
| Binary | 10010100 | 1010011 | 101 | 0 | 101100 | 1100001 | 101010 | 100001 | 1011101 | 11110 |
Color Harmonies of #945305
Complementary color
Monochromatic Colors of #945305
Black with #945305
Text Example
Text Example
White with #945305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945305; }
p { color: rgb(148,83,5); }
H1.HeaderClassName
{
color: #945305;
}
.AnyTagClassName
{
color: #945305;
}
</style>
background-color css
<style>
a { background-color: #945305; }
a { background-color: rgb(148,83,5); }
div.DivClassName
{
background-color: #945305;
}
.BgClassName
{
background-color: #945305;
}
</style>
border-color css
<style>
span { border-color: #945305; }
span { border-color: rgb(148,83,5); }
td.TdClassName
{
border-color: #945305;
}
.TagClassName
{
border-color: #945305;
}
</style>