Shades of Golden Brown #945C00
Tints of Golden Brown #945C00
RGB
CMYK
RGB Variations
Color information
#945C00 (or 0x945C00) is known color: Golden Brown. HEX triplet: 94, 5C and 00. RGB value is (148,92,0). Sum of RGB (Red+Green+Blue) = 148+92+0=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #945C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945C00 is #6BA3FF. Grayscale: #626262. Windows color (decimal): -7054336 or 23700. OLE color: 23700.
HSL color Cylindrical-coordinate representation of color #945C00: hue angle of 37.3º 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 #945C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.42 |
| HSL | 37.3º | 1% | 0.29% | - |
| HSV(B) | 37.3º | 1% | 0.58% | - |
| XYZ | 16.04 | 13.95 | 1.85 | - |
| YUV | 98.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 0 | 0 | 0.38 | 1 | 0.42 | 37.3 | 1 | 0.29 |
| Hex | 94 | 5C | 0 | 0 | 26 | 64 | 2A | 25 | 64 | 1D |
| Octal | 224 | 134 | 0 | 0 | 46 | 144 | 52 | 45 | 144 | 35 |
| Binary | 10010100 | 1011100 | 0 | 0 | 100110 | 1100100 | 101010 | 100101 | 1100100 | 11101 |
Color Harmonies of #945C00
Complementary color
Monochromatic Colors of #945C00
Black with #945C00
Text Example
Text Example
White with #945C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C00; }
p { color: rgb(148,92,0); }
H1.HeaderClassName
{
color: #945C00;
}
.AnyTagClassName
{
color: #945C00;
}
</style>
background-color css
<style>
a { background-color: #945C00; }
a { background-color: rgb(148,92,0); }
div.DivClassName
{
background-color: #945C00;
}
.BgClassName
{
background-color: #945C00;
}
</style>
border-color css
<style>
span { border-color: #945C00; }
span { border-color: rgb(148,92,0); }
td.TdClassName
{
border-color: #945C00;
}
.TagClassName
{
border-color: #945C00;
}
</style>