Shades of Golden Brown #945501
Tints of Golden Brown #945501
RGB
CMYK
RGB Variations
Color information
#945501 (or 0x945501) is known color: Golden Brown. HEX triplet: 94, 55 and 01. RGB value is (148,85,1). Sum of RGB (Red+Green+Blue) = 148+85+1=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #945501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945501 is #6BAAFE. Grayscale: #5E5E5E. Windows color (decimal): -7056127 or 87444. OLE color: 87444.
HSL color Cylindrical-coordinate representation of color #945501: hue angle of 34.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #945501 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.42 |
| HSL | 34.29º | 0.99% | 0.29% | - |
| HSV(B) | 34.29º | 0.99% | 0.58% | - |
| XYZ | 15.47 | 12.8 | 1.68 | - |
| YUV | 94.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 1 | 0 | 0.43 | 0.99 | 0.42 | 34.29 | 0.99 | 0.29 |
| Hex | 94 | 55 | 1 | 0 | 2B | 63 | 2A | 22 | 63 | 1D |
| Octal | 224 | 125 | 1 | 0 | 53 | 143 | 52 | 42 | 143 | 35 |
| Binary | 10010100 | 1010101 | 1 | 0 | 101011 | 1100011 | 101010 | 100010 | 1100011 | 11101 |
Color Harmonies of #945501
Complementary color
Monochromatic Colors of #945501
Black with #945501
Text Example
Text Example
White with #945501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945501; }
p { color: rgb(148,85,1); }
H1.HeaderClassName
{
color: #945501;
}
.AnyTagClassName
{
color: #945501;
}
</style>
background-color css
<style>
a { background-color: #945501; }
a { background-color: rgb(148,85,1); }
div.DivClassName
{
background-color: #945501;
}
.BgClassName
{
background-color: #945501;
}
</style>
border-color css
<style>
span { border-color: #945501; }
span { border-color: rgb(148,85,1); }
td.TdClassName
{
border-color: #945501;
}
.TagClassName
{
border-color: #945501;
}
</style>