Shades of Saddle Brown #945308
Tints of Saddle Brown #945308
RGB
CMYK
RGB Variations
Color information
#945308 (or 0x945308) is known color: Saddle Brown. HEX triplet: 94, 53 and 08. RGB value is (148,83,8). Sum of RGB (Red+Green+Blue) = 148+83+8=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #945308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945308 is #6BACF7. Grayscale: #5E5E5E. Windows color (decimal): -7056632 or 545684. OLE color: 545684.
HSL color Cylindrical-coordinate representation of color #945308: hue angle of 32.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #945308 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 8 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.42 |
| HSL | 32.14º | 0.9% | 0.31% | - |
| HSV(B) | 32.14º | 0.95% | 0.58% | - |
| XYZ | 15.35 | 12.5 | 1.83 | - |
| YUV | 93.89 | 79.53 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 8 | 0 | 0.44 | 0.95 | 0.42 | 32.14 | 0.9 | 0.31 |
| Hex | 94 | 53 | 8 | 0 | 2C | 5F | 2A | 20 | 5A | 1F |
| Octal | 224 | 123 | 10 | 0 | 54 | 137 | 52 | 40 | 132 | 37 |
| Binary | 10010100 | 1010011 | 1000 | 0 | 101100 | 1011111 | 101010 | 100000 | 1011010 | 11111 |
Color Harmonies of #945308
Complementary color
Monochromatic Colors of #945308
Black with #945308
Text Example
Text Example
White with #945308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945308; }
p { color: rgb(148,83,8); }
H1.HeaderClassName
{
color: #945308;
}
.AnyTagClassName
{
color: #945308;
}
</style>
background-color css
<style>
a { background-color: #945308; }
a { background-color: rgb(148,83,8); }
div.DivClassName
{
background-color: #945308;
}
.BgClassName
{
background-color: #945308;
}
</style>
border-color css
<style>
span { border-color: #945308; }
span { border-color: rgb(148,83,8); }
td.TdClassName
{
border-color: #945308;
}
.TagClassName
{
border-color: #945308;
}
</style>