Shades of Golden Brown #945D0A
Tints of Golden Brown #945D0A
RGB
CMYK
RGB Variations
Color information
#945D0A (or 0x945D0A) is known color: Golden Brown. HEX triplet: 94, 5D and 0A. RGB value is (148,93,10). Sum of RGB (Red+Green+Blue) = 148+93+10=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D0A is #6BA2F5. Grayscale: #646464. Windows color (decimal): -7054070 or 679316. OLE color: 679316.
HSL color Cylindrical-coordinate representation of color #945D0A: hue angle of 36.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #945D0A is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 10 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.42 |
| HSL | 36.09º | 0.87% | 0.31% | - |
| HSV(B) | 36.09º | 0.93% | 0.58% | - |
| XYZ | 16.18 | 14.15 | 2.16 | - |
| YUV | 99.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 10 | 0 | 0.37 | 0.93 | 0.42 | 36.09 | 0.87 | 0.31 |
| Hex | 94 | 5D | A | 0 | 25 | 5D | 2A | 24 | 57 | 1F |
| Octal | 224 | 135 | 12 | 0 | 45 | 135 | 52 | 44 | 127 | 37 |
| Binary | 10010100 | 1011101 | 1010 | 0 | 100101 | 1011101 | 101010 | 100100 | 1010111 | 11111 |
Color Harmonies of #945D0A
Complementary color
Monochromatic Colors of #945D0A
Black with #945D0A
Text Example
Text Example
White with #945D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D0A; }
p { color: rgb(148,93,10); }
H1.HeaderClassName
{
color: #945D0A;
}
.AnyTagClassName
{
color: #945D0A;
}
</style>
background-color css
<style>
a { background-color: #945D0A; }
a { background-color: rgb(148,93,10); }
div.DivClassName
{
background-color: #945D0A;
}
.BgClassName
{
background-color: #945D0A;
}
</style>
border-color css
<style>
span { border-color: #945D0A; }
span { border-color: rgb(148,93,10); }
td.TdClassName
{
border-color: #945D0A;
}
.TagClassName
{
border-color: #945D0A;
}
</style>