Shades of Golden Brown #95721A
Tints of Golden Brown #95721A
RGB
CMYK
RGB Variations
Color information
#95721A (or 0x95721A) is known color: Golden Brown. HEX triplet: 95, 72 and 1A. RGB value is (149,114,26). Sum of RGB (Red+Green+Blue) = 149+114+26=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95721A is #6A8DE5. Grayscale: #727272. Windows color (decimal): -6983142 or 1733269. OLE color: 1733269.
HSL color Cylindrical-coordinate representation of color #95721A: hue angle of 42.93º 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 #95721A is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 26 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.42 |
| HSL | 42.93º | 0.7% | 0.34% | - |
| HSV(B) | 42.93º | 0.83% | 0.58% | - |
| XYZ | 18.6 | 18.5 | 3.57 | - |
| YUV | 114.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 26 | 0 | 0.23 | 0.83 | 0.42 | 42.93 | 0.7 | 0.34 |
| Hex | 95 | 72 | 1A | 0 | 17 | 53 | 2A | 2B | 46 | 22 |
| Octal | 225 | 162 | 32 | 0 | 27 | 123 | 52 | 53 | 106 | 42 |
| Binary | 10010101 | 1110010 | 11010 | 0 | 10111 | 1010011 | 101010 | 101011 | 1000110 | 100010 |
Color Harmonies of #95721A
Complementary color
Monochromatic Colors of #95721A
Black with #95721A
Text Example
Text Example
White with #95721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95721A; }
p { color: rgb(149,114,26); }
H1.HeaderClassName
{
color: #95721A;
}
.AnyTagClassName
{
color: #95721A;
}
</style>
background-color css
<style>
a { background-color: #95721A; }
a { background-color: rgb(149,114,26); }
div.DivClassName
{
background-color: #95721A;
}
.BgClassName
{
background-color: #95721A;
}
</style>
border-color css
<style>
span { border-color: #95721A; }
span { border-color: rgb(149,114,26); }
td.TdClassName
{
border-color: #95721A;
}
.TagClassName
{
border-color: #95721A;
}
</style>