Shades of Golden Brown #905C0F
Tints of Golden Brown #905C0F
RGB
CMYK
RGB Variations
Color information
#905C0F (or 0x905C0F) is known color: Golden Brown. HEX triplet: 90, 5C and 0F. RGB value is (144,92,15). Sum of RGB (Red+Green+Blue) = 144+92+15=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #905C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905C0F is #6FA3F0. Grayscale: #636363. Windows color (decimal): -7316465 or 1006736. OLE color: 1006736.
HSL color Cylindrical-coordinate representation of color #905C0F: hue angle of 35.81º 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 #905C0F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 15 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.44 |
| HSL | 35.81º | 0.81% | 0.31% | - |
| HSV(B) | 35.81º | 0.9% | 0.56% | - |
| XYZ | 15.41 | 13.62 | 2.27 | - |
| YUV | 98.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 15 | 0 | 0.36 | 0.90 | 0.44 | 35.81 | 0.81 | 0.31 |
| Hex | 90 | 5C | F | 0 | 24 | 5A | 2C | 24 | 51 | 1F |
| Octal | 220 | 134 | 17 | 0 | 44 | 132 | 54 | 44 | 121 | 37 |
| Binary | 10010000 | 1011100 | 1111 | 0 | 100100 | 1011010 | 101100 | 100100 | 1010001 | 11111 |
Color Harmonies of #905C0F
Complementary color
Monochromatic Colors of #905C0F
Black with #905C0F
Text Example
Text Example
White with #905C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C0F; }
p { color: rgb(144,92,15); }
H1.HeaderClassName
{
color: #905C0F;
}
.AnyTagClassName
{
color: #905C0F;
}
</style>
background-color css
<style>
a { background-color: #905C0F; }
a { background-color: rgb(144,92,15); }
div.DivClassName
{
background-color: #905C0F;
}
.BgClassName
{
background-color: #905C0F;
}
</style>
border-color css
<style>
span { border-color: #905C0F; }
span { border-color: rgb(144,92,15); }
td.TdClassName
{
border-color: #905C0F;
}
.TagClassName
{
border-color: #905C0F;
}
</style>