Shades of Golden Brown #945F0F
Tints of Golden Brown #945F0F
RGB
CMYK
RGB Variations
Color information
#945F0F (or 0x945F0F) is known color: Golden Brown. HEX triplet: 94, 5F and 0F. RGB value is (148,95,15). Sum of RGB (Red+Green+Blue) = 148+95+15=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #945F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F0F is #6BA0F0. Grayscale: #666666. Windows color (decimal): -7053553 or 1007508. OLE color: 1007508.
HSL color Cylindrical-coordinate representation of color #945F0F: hue angle of 36.09º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #945F0F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 15 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.42 |
| HSL | 36.09º | 0.82% | 0.32% | - |
| HSV(B) | 36.09º | 0.9% | 0.58% | - |
| XYZ | 16.39 | 14.51 | 2.39 | - |
| YUV | 101.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 15 | 0 | 0.36 | 0.90 | 0.42 | 36.09 | 0.82 | 0.32 |
| Hex | 94 | 5F | F | 0 | 24 | 5A | 2A | 24 | 52 | 20 |
| Octal | 224 | 137 | 17 | 0 | 44 | 132 | 52 | 44 | 122 | 40 |
| Binary | 10010100 | 1011111 | 1111 | 0 | 100100 | 1011010 | 101010 | 100100 | 1010010 | 100000 |
Color Harmonies of #945F0F
Complementary color
Monochromatic Colors of #945F0F
Black with #945F0F
Text Example
Text Example
White with #945F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F0F; }
p { color: rgb(148,95,15); }
H1.HeaderClassName
{
color: #945F0F;
}
.AnyTagClassName
{
color: #945F0F;
}
</style>
background-color css
<style>
a { background-color: #945F0F; }
a { background-color: rgb(148,95,15); }
div.DivClassName
{
background-color: #945F0F;
}
.BgClassName
{
background-color: #945F0F;
}
</style>
border-color css
<style>
span { border-color: #945F0F; }
span { border-color: rgb(148,95,15); }
td.TdClassName
{
border-color: #945F0F;
}
.TagClassName
{
border-color: #945F0F;
}
</style>