Shades of Golden Brown #945D0F
Tints of Golden Brown #945D0F
RGB
CMYK
RGB Variations
Color information
#945D0F (or 0x945D0F) is known color: Golden Brown. HEX triplet: 94, 5D and 0F. RGB value is (148,93,15). Sum of RGB (Red+Green+Blue) = 148+93+15=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #945D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D0F is #6BA2F0. Grayscale: #646464. Windows color (decimal): -7054065 or 1006996. OLE color: 1006996.
HSL color Cylindrical-coordinate representation of color #945D0F: hue angle of 35.19º 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 #945D0F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 15 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.42 |
| HSL | 35.19º | 0.82% | 0.32% | - |
| HSV(B) | 35.19º | 0.9% | 0.58% | - |
| XYZ | 16.21 | 14.16 | 2.33 | - |
| YUV | 100.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 15 | 0 | 0.37 | 0.90 | 0.42 | 35.19 | 0.82 | 0.32 |
| Hex | 94 | 5D | F | 0 | 25 | 5A | 2A | 23 | 52 | 20 |
| Octal | 224 | 135 | 17 | 0 | 45 | 132 | 52 | 43 | 122 | 40 |
| Binary | 10010100 | 1011101 | 1111 | 0 | 100101 | 1011010 | 101010 | 100011 | 1010010 | 100000 |
Color Harmonies of #945D0F
Complementary color
Monochromatic Colors of #945D0F
Black with #945D0F
Text Example
Text Example
White with #945D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D0F; }
p { color: rgb(148,93,15); }
H1.HeaderClassName
{
color: #945D0F;
}
.AnyTagClassName
{
color: #945D0F;
}
</style>
background-color css
<style>
a { background-color: #945D0F; }
a { background-color: rgb(148,93,15); }
div.DivClassName
{
background-color: #945D0F;
}
.BgClassName
{
background-color: #945D0F;
}
</style>
border-color css
<style>
span { border-color: #945D0F; }
span { border-color: rgb(148,93,15); }
td.TdClassName
{
border-color: #945D0F;
}
.TagClassName
{
border-color: #945D0F;
}
</style>