Shades of Brown #9A2D25
Tints of Brown #9A2D25
RGB
CMYK
RGB Variations
Color information
#9A2D25 (or 0x9A2D25) is known color: Brown. HEX triplet: 9A, 2D and 25. RGB value is (154,45,37). Sum of RGB (Red+Green+Blue) = 154+45+37=236 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.25% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2D25 is #65D2DA. Grayscale: #4C4C4C. Windows color (decimal): -6673115 or 2436506. OLE color: 2436506.
HSL color Cylindrical-coordinate representation of color #9A2D25: hue angle of 4.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2D25 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 45 | 37 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.40 |
| HSL | 4.1º | 0.61% | 0.37% | - |
| HSV(B) | 4.1º | 0.76% | 0.6% | - |
| XYZ | 14.6 | 8.88 | 2.69 | - |
| YUV | 76.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 37 | 0 | 0.71 | 0.76 | 0.40 | 4.1 | 0.61 | 0.37 |
| Hex | 9A | 2D | 25 | 0 | 47 | 4C | 28 | 4 | 3D | 25 |
| Octal | 232 | 55 | 45 | 0 | 107 | 114 | 50 | 4 | 75 | 45 |
| Binary | 10011010 | 101101 | 100101 | 0 | 1000111 | 1001100 | 101000 | 100 | 111101 | 100101 |
Color Harmonies of #9A2D25
Complementary color
Monochromatic Colors of #9A2D25
Black with #9A2D25
Text Example
Text Example
White with #9A2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2D25; }
p { color: rgb(154,45,37); }
H1.HeaderClassName
{
color: #9A2D25;
}
.AnyTagClassName
{
color: #9A2D25;
}
</style>
background-color css
<style>
a { background-color: #9A2D25; }
a { background-color: rgb(154,45,37); }
div.DivClassName
{
background-color: #9A2D25;
}
.BgClassName
{
background-color: #9A2D25;
}
</style>
border-color css
<style>
span { border-color: #9A2D25; }
span { border-color: rgb(154,45,37); }
td.TdClassName
{
border-color: #9A2D25;
}
.TagClassName
{
border-color: #9A2D25;
}
</style>