Shades of Saddle Brown #945000
Tints of Saddle Brown #945000
RGB
CMYK
RGB Variations
Color information
#945000 (or 0x945000) is known color: Saddle Brown. HEX triplet: 94, 50 and 00. RGB value is (148,80,0). Sum of RGB (Red+Green+Blue) = 148+80+0=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #945000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945000 is #6BAFFF. Grayscale: #5B5B5B. Windows color (decimal): -7057408 or 20628. OLE color: 20628.
HSL color Cylindrical-coordinate representation of color #945000: hue angle of 32.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #945000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.42 |
| HSL | 32.43º | 1% | 0.29% | - |
| HSV(B) | 32.43º | 1% | 0.58% | - |
| XYZ | 15.08 | 12.03 | 1.53 | - |
| YUV | 91.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 0 | 0 | 0.46 | 1 | 0.42 | 32.43 | 1 | 0.29 |
| Hex | 94 | 50 | 0 | 0 | 2E | 64 | 2A | 20 | 64 | 1D |
| Octal | 224 | 120 | 0 | 0 | 56 | 144 | 52 | 40 | 144 | 35 |
| Binary | 10010100 | 1010000 | 0 | 0 | 101110 | 1100100 | 101010 | 100000 | 1100100 | 11101 |
Color Harmonies of #945000
Complementary color
Monochromatic Colors of #945000
Black with #945000
Text Example
Text Example
White with #945000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945000; }
p { color: rgb(148,80,0); }
H1.HeaderClassName
{
color: #945000;
}
.AnyTagClassName
{
color: #945000;
}
</style>
background-color css
<style>
a { background-color: #945000; }
a { background-color: rgb(148,80,0); }
div.DivClassName
{
background-color: #945000;
}
.BgClassName
{
background-color: #945000;
}
</style>
border-color css
<style>
span { border-color: #945000; }
span { border-color: rgb(148,80,0); }
td.TdClassName
{
border-color: #945000;
}
.TagClassName
{
border-color: #945000;
}
</style>