Shades of Golden Brown #905E0F
Tints of Golden Brown #905E0F
RGB
CMYK
RGB Variations
Color information
#905E0F (or 0x905E0F) is known color: Golden Brown. HEX triplet: 90, 5E and 0F. RGB value is (144,94,15). Sum of RGB (Red+Green+Blue) = 144+94+15=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #905E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905E0F is #6FA1F0. Grayscale: #646464. Windows color (decimal): -7315953 or 1007248. OLE color: 1007248.
HSL color Cylindrical-coordinate representation of color #905E0F: hue angle of 36.74º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #905E0F is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 15 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.44 |
| HSL | 36.74º | 0.81% | 0.31% | - |
| HSV(B) | 36.74º | 0.9% | 0.56% | - |
| XYZ | 15.59 | 13.97 | 2.33 | - |
| YUV | 99.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 15 | 0 | 0.35 | 0.90 | 0.44 | 36.74 | 0.81 | 0.31 |
| Hex | 90 | 5E | F | 0 | 23 | 5A | 2C | 25 | 51 | 1F |
| Octal | 220 | 136 | 17 | 0 | 43 | 132 | 54 | 45 | 121 | 37 |
| Binary | 10010000 | 1011110 | 1111 | 0 | 100011 | 1011010 | 101100 | 100101 | 1010001 | 11111 |
Color Harmonies of #905E0F
Complementary color
Monochromatic Colors of #905E0F
Black with #905E0F
Text Example
Text Example
White with #905E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E0F; }
p { color: rgb(144,94,15); }
H1.HeaderClassName
{
color: #905E0F;
}
.AnyTagClassName
{
color: #905E0F;
}
</style>
background-color css
<style>
a { background-color: #905E0F; }
a { background-color: rgb(144,94,15); }
div.DivClassName
{
background-color: #905E0F;
}
.BgClassName
{
background-color: #905E0F;
}
</style>
border-color css
<style>
span { border-color: #905E0F; }
span { border-color: rgb(144,94,15); }
td.TdClassName
{
border-color: #905E0F;
}
.TagClassName
{
border-color: #905E0F;
}
</style>