Shades of Golden Brown #905E02
Tints of Golden Brown #905E02
RGB
CMYK
RGB Variations
Color information
#905E02 (or 0x905E02) is known color: Golden Brown. HEX triplet: 90, 5E and 02. RGB value is (144,94,2). Sum of RGB (Red+Green+Blue) = 144+94+2=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #905E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905E02 is #6FA1FD. Grayscale: #626262. Windows color (decimal): -7315966 or 155280. OLE color: 155280.
HSL color Cylindrical-coordinate representation of color #905E02: hue angle of 38.87º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #905E02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.44 |
| HSL | 38.87º | 0.97% | 0.29% | - |
| HSV(B) | 38.87º | 0.99% | 0.56% | - |
| XYZ | 15.52 | 13.94 | 1.93 | - |
| YUV | 98.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 2 | 0 | 0.35 | 0.99 | 0.44 | 38.87 | 0.97 | 0.29 |
| Hex | 90 | 5E | 2 | 0 | 23 | 63 | 2C | 27 | 61 | 1D |
| Octal | 220 | 136 | 2 | 0 | 43 | 143 | 54 | 47 | 141 | 35 |
| Binary | 10010000 | 1011110 | 10 | 0 | 100011 | 1100011 | 101100 | 100111 | 1100001 | 11101 |
Color Harmonies of #905E02
Complementary color
Monochromatic Colors of #905E02
Black with #905E02
Text Example
Text Example
White with #905E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E02; }
p { color: rgb(144,94,2); }
H1.HeaderClassName
{
color: #905E02;
}
.AnyTagClassName
{
color: #905E02;
}
</style>
background-color css
<style>
a { background-color: #905E02; }
a { background-color: rgb(144,94,2); }
div.DivClassName
{
background-color: #905E02;
}
.BgClassName
{
background-color: #905E02;
}
</style>
border-color css
<style>
span { border-color: #905E02; }
span { border-color: rgb(144,94,2); }
td.TdClassName
{
border-color: #905E02;
}
.TagClassName
{
border-color: #905E02;
}
</style>