Shades of Golden Brown #935C0B
Tints of Golden Brown #935C0B
RGB
CMYK
RGB Variations
Color information
#935C0B (or 0x935C0B) is known color: Golden Brown. HEX triplet: 93, 5C and 0B. RGB value is (147,92,11). Sum of RGB (Red+Green+Blue) = 147+92+11=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C0B is #6CA3F4. Grayscale: #636363. Windows color (decimal): -7119861 or 744595. OLE color: 744595.
HSL color Cylindrical-coordinate representation of color #935C0B: hue angle of 35.74º degrees, saturation: 0.86, 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 #935C0B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 11 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.42 |
| HSL | 35.74º | 0.86% | 0.31% | - |
| HSV(B) | 35.74º | 0.93% | 0.58% | - |
| XYZ | 15.92 | 13.88 | 2.16 | - |
| YUV | 99.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 11 | 0 | 0.37 | 0.93 | 0.42 | 35.74 | 0.86 | 0.31 |
| Hex | 93 | 5C | B | 0 | 25 | 5D | 2A | 24 | 56 | 1F |
| Octal | 223 | 134 | 13 | 0 | 45 | 135 | 52 | 44 | 126 | 37 |
| Binary | 10010011 | 1011100 | 1011 | 0 | 100101 | 1011101 | 101010 | 100100 | 1010110 | 11111 |
Color Harmonies of #935C0B
Complementary color
Monochromatic Colors of #935C0B
Black with #935C0B
Text Example
Text Example
White with #935C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C0B; }
p { color: rgb(147,92,11); }
H1.HeaderClassName
{
color: #935C0B;
}
.AnyTagClassName
{
color: #935C0B;
}
</style>
background-color css
<style>
a { background-color: #935C0B; }
a { background-color: rgb(147,92,11); }
div.DivClassName
{
background-color: #935C0B;
}
.BgClassName
{
background-color: #935C0B;
}
</style>
border-color css
<style>
span { border-color: #935C0B; }
span { border-color: rgb(147,92,11); }
td.TdClassName
{
border-color: #935C0B;
}
.TagClassName
{
border-color: #935C0B;
}
</style>