Shades of Golden Brown #947201
Tints of Golden Brown #947201
RGB
CMYK
RGB Variations
Color information
#947201 (or 0x947201) is known color: Golden Brown. HEX triplet: 94, 72 and 01. RGB value is (148,114,1). Sum of RGB (Red+Green+Blue) = 148+114+1=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #947201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947201 is #6B8DFE. Grayscale: #6F6F6F. Windows color (decimal): -7048703 or 94868. OLE color: 94868.
HSL color Cylindrical-coordinate representation of color #947201: hue angle of 46.12º 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 #947201 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.42 |
| HSL | 46.12º | 0.99% | 0.29% | - |
| HSV(B) | 46.12º | 0.99% | 0.58% | - |
| XYZ | 18.24 | 18.33 | 2.61 | - |
| YUV | 111.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 1 | 0 | 0.23 | 0.99 | 0.42 | 46.12 | 0.99 | 0.29 |
| Hex | 94 | 72 | 1 | 0 | 17 | 63 | 2A | 2E | 63 | 1D |
| Octal | 224 | 162 | 1 | 0 | 27 | 143 | 52 | 56 | 143 | 35 |
| Binary | 10010100 | 1110010 | 1 | 0 | 10111 | 1100011 | 101010 | 101110 | 1100011 | 11101 |
Color Harmonies of #947201
Complementary color
Monochromatic Colors of #947201
Black with #947201
Text Example
Text Example
White with #947201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947201; }
p { color: rgb(148,114,1); }
H1.HeaderClassName
{
color: #947201;
}
.AnyTagClassName
{
color: #947201;
}
</style>
background-color css
<style>
a { background-color: #947201; }
a { background-color: rgb(148,114,1); }
div.DivClassName
{
background-color: #947201;
}
.BgClassName
{
background-color: #947201;
}
</style>
border-color css
<style>
span { border-color: #947201; }
span { border-color: rgb(148,114,1); }
td.TdClassName
{
border-color: #947201;
}
.TagClassName
{
border-color: #947201;
}
</style>