Shades of Golden Brown #945B00
Tints of Golden Brown #945B00
RGB
CMYK
RGB Variations
Color information
#945B00 (or 0x945B00) is known color: Golden Brown. HEX triplet: 94, 5B and 00. RGB value is (148,91,0). Sum of RGB (Red+Green+Blue) = 148+91+0=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #945B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B00 is #6BA4FF. Grayscale: #626262. Windows color (decimal): -7054592 or 23444. OLE color: 23444.
HSL color Cylindrical-coordinate representation of color #945B00: hue angle of 36.89º 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 #945B00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.42 |
| HSL | 36.89º | 1% | 0.29% | - |
| HSV(B) | 36.89º | 1% | 0.58% | - |
| XYZ | 15.95 | 13.78 | 1.82 | - |
| YUV | 97.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 0 | 0 | 0.39 | 1 | 0.42 | 36.89 | 1 | 0.29 |
| Hex | 94 | 5B | 0 | 0 | 27 | 64 | 2A | 25 | 64 | 1D |
| Octal | 224 | 133 | 0 | 0 | 47 | 144 | 52 | 45 | 144 | 35 |
| Binary | 10010100 | 1011011 | 0 | 0 | 100111 | 1100100 | 101010 | 100101 | 1100100 | 11101 |
Color Harmonies of #945B00
Complementary color
Monochromatic Colors of #945B00
Black with #945B00
Text Example
Text Example
White with #945B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B00; }
p { color: rgb(148,91,0); }
H1.HeaderClassName
{
color: #945B00;
}
.AnyTagClassName
{
color: #945B00;
}
</style>
background-color css
<style>
a { background-color: #945B00; }
a { background-color: rgb(148,91,0); }
div.DivClassName
{
background-color: #945B00;
}
.BgClassName
{
background-color: #945B00;
}
</style>
border-color css
<style>
span { border-color: #945B00; }
span { border-color: rgb(148,91,0); }
td.TdClassName
{
border-color: #945B00;
}
.TagClassName
{
border-color: #945B00;
}
</style>