Shades of Golden Brown #945C01
Tints of Golden Brown #945C01
RGB
CMYK
RGB Variations
Color information
#945C01 (or 0x945C01) is known color: Golden Brown. HEX triplet: 94, 5C and 01. RGB value is (148,92,1). Sum of RGB (Red+Green+Blue) = 148+92+1=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #945C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945C01 is #6BA3FE. Grayscale: #626262. Windows color (decimal): -7054335 or 89236. OLE color: 89236.
HSL color Cylindrical-coordinate representation of color #945C01: hue angle of 37.14º 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 #945C01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 92 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.42 |
| HSL | 37.14º | 0.99% | 0.29% | - |
| HSV(B) | 37.14º | 0.99% | 0.58% | - |
| XYZ | 16.05 | 13.95 | 1.88 | - |
| YUV | 98.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 1 | 0 | 0.38 | 0.99 | 0.42 | 37.14 | 0.99 | 0.29 |
| Hex | 94 | 5C | 1 | 0 | 26 | 63 | 2A | 25 | 63 | 1D |
| Octal | 224 | 134 | 1 | 0 | 46 | 143 | 52 | 45 | 143 | 35 |
| Binary | 10010100 | 1011100 | 1 | 0 | 100110 | 1100011 | 101010 | 100101 | 1100011 | 11101 |
Color Harmonies of #945C01
Complementary color
Monochromatic Colors of #945C01
Black with #945C01
Text Example
Text Example
White with #945C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945C01; }
p { color: rgb(148,92,1); }
H1.HeaderClassName
{
color: #945C01;
}
.AnyTagClassName
{
color: #945C01;
}
</style>
background-color css
<style>
a { background-color: #945C01; }
a { background-color: rgb(148,92,1); }
div.DivClassName
{
background-color: #945C01;
}
.BgClassName
{
background-color: #945C01;
}
</style>
border-color css
<style>
span { border-color: #945C01; }
span { border-color: rgb(148,92,1); }
td.TdClassName
{
border-color: #945C01;
}
.TagClassName
{
border-color: #945C01;
}
</style>