Shades of Golden Brown #935B0D
Tints of Golden Brown #935B0D
RGB
CMYK
RGB Variations
Color information
#935B0D (or 0x935B0D) is known color: Golden Brown. HEX triplet: 93, 5B and 0D. RGB value is (147,91,13). Sum of RGB (Red+Green+Blue) = 147+91+13=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #935B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935B0D is #6CA4F2. Grayscale: #636363. Windows color (decimal): -7120115 or 875411. OLE color: 875411.
HSL color Cylindrical-coordinate representation of color #935B0D: hue angle of 34.93º 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 #935B0D is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 13 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.42 |
| HSL | 34.93º | 0.84% | 0.31% | - |
| HSV(B) | 34.93º | 0.91% | 0.58% | - |
| XYZ | 15.85 | 13.71 | 2.19 | - |
| YUV | 98.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 13 | 0 | 0.38 | 0.91 | 0.42 | 34.93 | 0.84 | 0.31 |
| Hex | 93 | 5B | D | 0 | 26 | 5B | 2A | 23 | 54 | 1F |
| Octal | 223 | 133 | 15 | 0 | 46 | 133 | 52 | 43 | 124 | 37 |
| Binary | 10010011 | 1011011 | 1101 | 0 | 100110 | 1011011 | 101010 | 100011 | 1010100 | 11111 |
Color Harmonies of #935B0D
Complementary color
Monochromatic Colors of #935B0D
Black with #935B0D
Text Example
Text Example
White with #935B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B0D; }
p { color: rgb(147,91,13); }
H1.HeaderClassName
{
color: #935B0D;
}
.AnyTagClassName
{
color: #935B0D;
}
</style>
background-color css
<style>
a { background-color: #935B0D; }
a { background-color: rgb(147,91,13); }
div.DivClassName
{
background-color: #935B0D;
}
.BgClassName
{
background-color: #935B0D;
}
</style>
border-color css
<style>
span { border-color: #935B0D; }
span { border-color: rgb(147,91,13); }
td.TdClassName
{
border-color: #935B0D;
}
.TagClassName
{
border-color: #935B0D;
}
</style>