Shades of Golden Brown #947101
Tints of Golden Brown #947101
RGB
CMYK
RGB Variations
Color information
#947101 (or 0x947101) is known color: Golden Brown. HEX triplet: 94, 71 and 01. RGB value is (148,113,1). Sum of RGB (Red+Green+Blue) = 148+113+1=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #947101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947101 is #6B8EFE. Grayscale: #6F6F6F. Windows color (decimal): -7048959 or 94612. OLE color: 94612.
HSL color Cylindrical-coordinate representation of color #947101: hue angle of 45.71º 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 #947101 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.42 |
| HSL | 45.71º | 0.99% | 0.29% | - |
| HSV(B) | 45.71º | 0.99% | 0.58% | - |
| XYZ | 18.12 | 18.11 | 2.57 | - |
| YUV | 110.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 1 | 0 | 0.24 | 0.99 | 0.42 | 45.71 | 0.99 | 0.29 |
| Hex | 94 | 71 | 1 | 0 | 18 | 63 | 2A | 2E | 63 | 1D |
| Octal | 224 | 161 | 1 | 0 | 30 | 143 | 52 | 56 | 143 | 35 |
| Binary | 10010100 | 1110001 | 1 | 0 | 11000 | 1100011 | 101010 | 101110 | 1100011 | 11101 |
Color Harmonies of #947101
Complementary color
Monochromatic Colors of #947101
Black with #947101
Text Example
Text Example
White with #947101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947101; }
p { color: rgb(148,113,1); }
H1.HeaderClassName
{
color: #947101;
}
.AnyTagClassName
{
color: #947101;
}
</style>
background-color css
<style>
a { background-color: #947101; }
a { background-color: rgb(148,113,1); }
div.DivClassName
{
background-color: #947101;
}
.BgClassName
{
background-color: #947101;
}
</style>
border-color css
<style>
span { border-color: #947101; }
span { border-color: rgb(148,113,1); }
td.TdClassName
{
border-color: #947101;
}
.TagClassName
{
border-color: #947101;
}
</style>