Shades of Golden Brown #955B0D
Tints of Golden Brown #955B0D
RGB
CMYK
RGB Variations
Color information
#955B0D (or 0x955B0D) is known color: Golden Brown. HEX triplet: 95, 5B and 0D. RGB value is (149,91,13). Sum of RGB (Red+Green+Blue) = 149+91+13=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #955B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955B0D is #6AA4F2. Grayscale: #636363. Windows color (decimal): -6989043 or 875413. OLE color: 875413.
HSL color Cylindrical-coordinate representation of color #955B0D: hue angle of 34.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #955B0D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.42 |
| HSL | 34.41º | 0.84% | 0.32% | - |
| HSV(B) | 34.41º | 0.91% | 0.58% | - |
| XYZ | 16.21 | 13.9 | 2.21 | - |
| YUV | 99.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 13 | 0 | 0.39 | 0.91 | 0.42 | 34.41 | 0.84 | 0.32 |
| Hex | 95 | 5B | D | 0 | 27 | 5B | 2A | 22 | 54 | 20 |
| Octal | 225 | 133 | 15 | 0 | 47 | 133 | 52 | 42 | 124 | 40 |
| Binary | 10010101 | 1011011 | 1101 | 0 | 100111 | 1011011 | 101010 | 100010 | 1010100 | 100000 |
Color Harmonies of #955B0D
Complementary color
Monochromatic Colors of #955B0D
Black with #955B0D
Text Example
Text Example
White with #955B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B0D; }
p { color: rgb(149,91,13); }
H1.HeaderClassName
{
color: #955B0D;
}
.AnyTagClassName
{
color: #955B0D;
}
</style>
background-color css
<style>
a { background-color: #955B0D; }
a { background-color: rgb(149,91,13); }
div.DivClassName
{
background-color: #955B0D;
}
.BgClassName
{
background-color: #955B0D;
}
</style>
border-color css
<style>
span { border-color: #955B0D; }
span { border-color: rgb(149,91,13); }
td.TdClassName
{
border-color: #955B0D;
}
.TagClassName
{
border-color: #955B0D;
}
</style>