Shades of Golden Brown #945802
Tints of Golden Brown #945802
RGB
CMYK
RGB Variations
Color information
#945802 (or 0x945802) is known color: Golden Brown. HEX triplet: 94, 58 and 02. RGB value is (148,88,2). Sum of RGB (Red+Green+Blue) = 148+88+2=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #945802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945802 is #6BA7FD. Grayscale: #606060. Windows color (decimal): -7055358 or 153748. OLE color: 153748.
HSL color Cylindrical-coordinate representation of color #945802: hue angle of 35.34º degrees, saturation: 0.97, 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 #945802 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.42 |
| HSL | 35.34º | 0.97% | 0.29% | - |
| HSV(B) | 35.34º | 0.99% | 0.58% | - |
| XYZ | 15.71 | 13.28 | 1.79 | - |
| YUV | 96.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 2 | 0 | 0.41 | 0.99 | 0.42 | 35.34 | 0.97 | 0.29 |
| Hex | 94 | 58 | 2 | 0 | 29 | 63 | 2A | 23 | 61 | 1D |
| Octal | 224 | 130 | 2 | 0 | 51 | 143 | 52 | 43 | 141 | 35 |
| Binary | 10010100 | 1011000 | 10 | 0 | 101001 | 1100011 | 101010 | 100011 | 1100001 | 11101 |
Color Harmonies of #945802
Complementary color
Monochromatic Colors of #945802
Black with #945802
Text Example
Text Example
White with #945802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945802; }
p { color: rgb(148,88,2); }
H1.HeaderClassName
{
color: #945802;
}
.AnyTagClassName
{
color: #945802;
}
</style>
background-color css
<style>
a { background-color: #945802; }
a { background-color: rgb(148,88,2); }
div.DivClassName
{
background-color: #945802;
}
.BgClassName
{
background-color: #945802;
}
</style>
border-color css
<style>
span { border-color: #945802; }
span { border-color: rgb(148,88,2); }
td.TdClassName
{
border-color: #945802;
}
.TagClassName
{
border-color: #945802;
}
</style>