Shades of Golden Brown #945F0C
Tints of Golden Brown #945F0C
RGB
CMYK
RGB Variations
Color information
#945F0C (or 0x945F0C) is known color: Golden Brown. HEX triplet: 94, 5F and 0C. RGB value is (148,95,12). Sum of RGB (Red+Green+Blue) = 148+95+12=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #945F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F0C is #6BA0F3. Grayscale: #656565. Windows color (decimal): -7053556 or 810900. OLE color: 810900.
HSL color Cylindrical-coordinate representation of color #945F0C: hue angle of 36.62º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #945F0C is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 12 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.42 |
| HSL | 36.62º | 0.85% | 0.31% | - |
| HSV(B) | 36.62º | 0.92% | 0.58% | - |
| XYZ | 16.37 | 14.51 | 2.29 | - |
| YUV | 101.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 12 | 0 | 0.36 | 0.92 | 0.42 | 36.62 | 0.85 | 0.31 |
| Hex | 94 | 5F | C | 0 | 24 | 5C | 2A | 25 | 55 | 1F |
| Octal | 224 | 137 | 14 | 0 | 44 | 134 | 52 | 45 | 125 | 37 |
| Binary | 10010100 | 1011111 | 1100 | 0 | 100100 | 1011100 | 101010 | 100101 | 1010101 | 11111 |
Color Harmonies of #945F0C
Complementary color
Monochromatic Colors of #945F0C
Black with #945F0C
Text Example
Text Example
White with #945F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F0C; }
p { color: rgb(148,95,12); }
H1.HeaderClassName
{
color: #945F0C;
}
.AnyTagClassName
{
color: #945F0C;
}
</style>
background-color css
<style>
a { background-color: #945F0C; }
a { background-color: rgb(148,95,12); }
div.DivClassName
{
background-color: #945F0C;
}
.BgClassName
{
background-color: #945F0C;
}
</style>
border-color css
<style>
span { border-color: #945F0C; }
span { border-color: rgb(148,95,12); }
td.TdClassName
{
border-color: #945F0C;
}
.TagClassName
{
border-color: #945F0C;
}
</style>