Shades of Golden Brown #9D5E1B
Tints of Golden Brown #9D5E1B
RGB
CMYK
RGB Variations
Color information
#9D5E1B (or 0x9D5E1B) is known color: Golden Brown. HEX triplet: 9D, 5E and 1B. RGB value is (157,94,27). Sum of RGB (Red+Green+Blue) = 157+94+27=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5E1B is #62A1E4. Grayscale: #696969. Windows color (decimal): -6463973 or 1793693. OLE color: 1793693.
HSL color Cylindrical-coordinate representation of color #9D5E1B: hue angle of 30.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D5E1B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 27 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.38 |
| HSL | 30.92º | 0.71% | 0.36% | - |
| HSV(B) | 30.92º | 0.83% | 0.62% | - |
| XYZ | 18.11 | 15.25 | 3.03 | - |
| YUV | 105.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 27 | 0 | 0.40 | 0.83 | 0.38 | 30.92 | 0.71 | 0.36 |
| Hex | 9D | 5E | 1B | 0 | 28 | 53 | 26 | 1F | 47 | 24 |
| Octal | 235 | 136 | 33 | 0 | 50 | 123 | 46 | 37 | 107 | 44 |
| Binary | 10011101 | 1011110 | 11011 | 0 | 101000 | 1010011 | 100110 | 11111 | 1000111 | 100100 |
Color Harmonies of #9D5E1B
Complementary color
Monochromatic Colors of #9D5E1B
Black with #9D5E1B
Text Example
Text Example
White with #9D5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E1B; }
p { color: rgb(157,94,27); }
H1.HeaderClassName
{
color: #9D5E1B;
}
.AnyTagClassName
{
color: #9D5E1B;
}
</style>
background-color css
<style>
a { background-color: #9D5E1B; }
a { background-color: rgb(157,94,27); }
div.DivClassName
{
background-color: #9D5E1B;
}
.BgClassName
{
background-color: #9D5E1B;
}
</style>
border-color css
<style>
span { border-color: #9D5E1B; }
span { border-color: rgb(157,94,27); }
td.TdClassName
{
border-color: #9D5E1B;
}
.TagClassName
{
border-color: #9D5E1B;
}
</style>