Shades of Golden Brown #945A0D
Tints of Golden Brown #945A0D
RGB
CMYK
RGB Variations
Color information
#945A0D (or 0x945A0D) is known color: Golden Brown. HEX triplet: 94, 5A and 0D. RGB value is (148,90,13). Sum of RGB (Red+Green+Blue) = 148+90+13=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945A0D is #6BA5F2. Grayscale: #626262. Windows color (decimal): -7054835 or 875156. OLE color: 875156.
HSL color Cylindrical-coordinate representation of color #945A0D: hue angle of 34.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #945A0D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.42 |
| HSL | 34.22º | 0.84% | 0.32% | - |
| HSV(B) | 34.22º | 0.91% | 0.58% | - |
| XYZ | 15.94 | 13.64 | 2.17 | - |
| YUV | 98.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 13 | 0 | 0.39 | 0.91 | 0.42 | 34.22 | 0.84 | 0.32 |
| Hex | 94 | 5A | D | 0 | 27 | 5B | 2A | 22 | 54 | 20 |
| Octal | 224 | 132 | 15 | 0 | 47 | 133 | 52 | 42 | 124 | 40 |
| Binary | 10010100 | 1011010 | 1101 | 0 | 100111 | 1011011 | 101010 | 100010 | 1010100 | 100000 |
Color Harmonies of #945A0D
Complementary color
Monochromatic Colors of #945A0D
Black with #945A0D
Text Example
Text Example
White with #945A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A0D; }
p { color: rgb(148,90,13); }
H1.HeaderClassName
{
color: #945A0D;
}
.AnyTagClassName
{
color: #945A0D;
}
</style>
background-color css
<style>
a { background-color: #945A0D; }
a { background-color: rgb(148,90,13); }
div.DivClassName
{
background-color: #945A0D;
}
.BgClassName
{
background-color: #945A0D;
}
</style>
border-color css
<style>
span { border-color: #945A0D; }
span { border-color: rgb(148,90,13); }
td.TdClassName
{
border-color: #945A0D;
}
.TagClassName
{
border-color: #945A0D;
}
</style>