Shades of Golden Brown #955D1A
Tints of Golden Brown #955D1A
RGB
CMYK
RGB Variations
Color information
#955D1A (or 0x955D1A) is known color: Golden Brown. HEX triplet: 95, 5D and 1A. RGB value is (149,93,26). Sum of RGB (Red+Green+Blue) = 149+93+26=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #955D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D1A is #6AA2E5. Grayscale: #666666. Windows color (decimal): -6988518 or 1727893. OLE color: 1727893.
HSL color Cylindrical-coordinate representation of color #955D1A: hue angle of 32.68º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #955D1A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 26 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.42 |
| HSL | 32.68º | 0.7% | 0.34% | - |
| HSV(B) | 32.68º | 0.83% | 0.58% | - |
| XYZ | 16.5 | 14.29 | 2.87 | - |
| YUV | 102.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 26 | 0 | 0.38 | 0.83 | 0.42 | 32.68 | 0.7 | 0.34 |
| Hex | 95 | 5D | 1A | 0 | 26 | 53 | 2A | 21 | 46 | 22 |
| Octal | 225 | 135 | 32 | 0 | 46 | 123 | 52 | 41 | 106 | 42 |
| Binary | 10010101 | 1011101 | 11010 | 0 | 100110 | 1010011 | 101010 | 100001 | 1000110 | 100010 |
Color Harmonies of #955D1A
Complementary color
Monochromatic Colors of #955D1A
Black with #955D1A
Text Example
Text Example
White with #955D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D1A; }
p { color: rgb(149,93,26); }
H1.HeaderClassName
{
color: #955D1A;
}
.AnyTagClassName
{
color: #955D1A;
}
</style>
background-color css
<style>
a { background-color: #955D1A; }
a { background-color: rgb(149,93,26); }
div.DivClassName
{
background-color: #955D1A;
}
.BgClassName
{
background-color: #955D1A;
}
</style>
border-color css
<style>
span { border-color: #955D1A; }
span { border-color: rgb(149,93,26); }
td.TdClassName
{
border-color: #955D1A;
}
.TagClassName
{
border-color: #955D1A;
}
</style>