Shades of Brown #9A2D28
Tints of Brown #9A2D28
RGB
CMYK
RGB Variations
Color information
#9A2D28 (or 0x9A2D28) is known color: Brown. HEX triplet: 9A, 2D and 28. RGB value is (154,45,40). Sum of RGB (Red+Green+Blue) = 154+45+40=239 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.44% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2D28 is #65D2D7. Grayscale: #4D4D4D. Windows color (decimal): -6673112 or 2633114. OLE color: 2633114.
HSL color Cylindrical-coordinate representation of color #9A2D28: hue angle of 2.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A2D28 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 45 | 40 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.40 |
| HSL | 2.63º | 0.59% | 0.38% | - |
| HSV(B) | 2.63º | 0.74% | 0.6% | - |
| XYZ | 14.65 | 8.9 | 2.95 | - |
| YUV | 77.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 40 | 0 | 0.71 | 0.74 | 0.40 | 2.63 | 0.59 | 0.38 |
| Hex | 9A | 2D | 28 | 0 | 47 | 4A | 28 | 3 | 3B | 26 |
| Octal | 232 | 55 | 50 | 0 | 107 | 112 | 50 | 3 | 73 | 46 |
| Binary | 10011010 | 101101 | 101000 | 0 | 1000111 | 1001010 | 101000 | 11 | 111011 | 100110 |
Color Harmonies of #9A2D28
Complementary color
Monochromatic Colors of #9A2D28
Black with #9A2D28
Text Example
Text Example
White with #9A2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2D28; }
p { color: rgb(154,45,40); }
H1.HeaderClassName
{
color: #9A2D28;
}
.AnyTagClassName
{
color: #9A2D28;
}
</style>
background-color css
<style>
a { background-color: #9A2D28; }
a { background-color: rgb(154,45,40); }
div.DivClassName
{
background-color: #9A2D28;
}
.BgClassName
{
background-color: #9A2D28;
}
</style>
border-color css
<style>
span { border-color: #9A2D28; }
span { border-color: rgb(154,45,40); }
td.TdClassName
{
border-color: #9A2D28;
}
.TagClassName
{
border-color: #9A2D28;
}
</style>