Shades of Golden Brown #935D02
Tints of Golden Brown #935D02
RGB
CMYK
RGB Variations
Color information
#935D02 (or 0x935D02) is known color: Golden Brown. HEX triplet: 93, 5D and 02. RGB value is (147,93,2). Sum of RGB (Red+Green+Blue) = 147+93+2=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #935D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D02 is #6CA2FD. Grayscale: #636363. Windows color (decimal): -7119614 or 155027. OLE color: 155027.
HSL color Cylindrical-coordinate representation of color #935D02: hue angle of 37.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #935D02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.42 |
| HSL | 37.66º | 0.97% | 0.29% | - |
| HSV(B) | 37.66º | 0.99% | 0.58% | - |
| XYZ | 15.96 | 14.04 | 1.93 | - |
| YUV | 98.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 2 | 0 | 0.37 | 0.99 | 0.42 | 37.66 | 0.97 | 0.29 |
| Hex | 93 | 5D | 2 | 0 | 25 | 63 | 2A | 26 | 61 | 1D |
| Octal | 223 | 135 | 2 | 0 | 45 | 143 | 52 | 46 | 141 | 35 |
| Binary | 10010011 | 1011101 | 10 | 0 | 100101 | 1100011 | 101010 | 100110 | 1100001 | 11101 |
Color Harmonies of #935D02
Complementary color
Monochromatic Colors of #935D02
Black with #935D02
Text Example
Text Example
White with #935D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D02; }
p { color: rgb(147,93,2); }
H1.HeaderClassName
{
color: #935D02;
}
.AnyTagClassName
{
color: #935D02;
}
</style>
background-color css
<style>
a { background-color: #935D02; }
a { background-color: rgb(147,93,2); }
div.DivClassName
{
background-color: #935D02;
}
.BgClassName
{
background-color: #935D02;
}
</style>
border-color css
<style>
span { border-color: #935D02; }
span { border-color: rgb(147,93,2); }
td.TdClassName
{
border-color: #935D02;
}
.TagClassName
{
border-color: #935D02;
}
</style>