Shades of Golden Brown #935A0D
Tints of Golden Brown #935A0D
RGB
CMYK
RGB Variations
Color information
#935A0D (or 0x935A0D) is known color: Golden Brown. HEX triplet: 93, 5A and 0D. RGB value is (147,90,13). Sum of RGB (Red+Green+Blue) = 147+90+13=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A0D is #6CA5F2. Grayscale: #626262. Windows color (decimal): -7120371 or 875155. OLE color: 875155.
HSL color Cylindrical-coordinate representation of color #935A0D: hue angle of 34.48º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #935A0D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.42 |
| HSL | 34.48º | 0.84% | 0.31% | - |
| HSV(B) | 34.48º | 0.91% | 0.58% | - |
| XYZ | 15.76 | 13.54 | 2.16 | - |
| YUV | 98.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 13 | 0 | 0.39 | 0.91 | 0.42 | 34.48 | 0.84 | 0.31 |
| Hex | 93 | 5A | D | 0 | 27 | 5B | 2A | 22 | 54 | 1F |
| Octal | 223 | 132 | 15 | 0 | 47 | 133 | 52 | 42 | 124 | 37 |
| Binary | 10010011 | 1011010 | 1101 | 0 | 100111 | 1011011 | 101010 | 100010 | 1010100 | 11111 |
Color Harmonies of #935A0D
Complementary color
Monochromatic Colors of #935A0D
Black with #935A0D
Text Example
Text Example
White with #935A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A0D; }
p { color: rgb(147,90,13); }
H1.HeaderClassName
{
color: #935A0D;
}
.AnyTagClassName
{
color: #935A0D;
}
</style>
background-color css
<style>
a { background-color: #935A0D; }
a { background-color: rgb(147,90,13); }
div.DivClassName
{
background-color: #935A0D;
}
.BgClassName
{
background-color: #935A0D;
}
</style>
border-color css
<style>
span { border-color: #935A0D; }
span { border-color: rgb(147,90,13); }
td.TdClassName
{
border-color: #935A0D;
}
.TagClassName
{
border-color: #935A0D;
}
</style>