Shades of Brown #9C2F23
Tints of Brown #9C2F23
RGB
CMYK
RGB Variations
Color information
#9C2F23 (or 0x9C2F23) is known color: Brown. HEX triplet: 9C, 2F and 23. RGB value is (156,47,35). Sum of RGB (Red+Green+Blue) = 156+47+35=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2F23 is #63D0DC. Grayscale: #4E4E4E. Windows color (decimal): -6541533 or 2305948. OLE color: 2305948.
HSL color Cylindrical-coordinate representation of color #9C2F23: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2F23 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 35 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.39 |
| HSL | 5.95º | 0.63% | 0.37% | - |
| HSV(B) | 5.95º | 0.78% | 0.61% | - |
| XYZ | 15.03 | 9.22 | 2.58 | - |
| YUV | 78.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 35 | 0 | 0.70 | 0.78 | 0.39 | 5.95 | 0.63 | 0.37 |
| Hex | 9C | 2F | 23 | 0 | 46 | 4E | 27 | 6 | 3F | 25 |
| Octal | 234 | 57 | 43 | 0 | 106 | 116 | 47 | 6 | 77 | 45 |
| Binary | 10011100 | 101111 | 100011 | 0 | 1000110 | 1001110 | 100111 | 110 | 111111 | 100101 |
Color Harmonies of #9C2F23
Complementary color
Monochromatic Colors of #9C2F23
Black with #9C2F23
Text Example
Text Example
White with #9C2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F23; }
p { color: rgb(156,47,35); }
H1.HeaderClassName
{
color: #9C2F23;
}
.AnyTagClassName
{
color: #9C2F23;
}
</style>
background-color css
<style>
a { background-color: #9C2F23; }
a { background-color: rgb(156,47,35); }
div.DivClassName
{
background-color: #9C2F23;
}
.BgClassName
{
background-color: #9C2F23;
}
</style>
border-color css
<style>
span { border-color: #9C2F23; }
span { border-color: rgb(156,47,35); }
td.TdClassName
{
border-color: #9C2F23;
}
.TagClassName
{
border-color: #9C2F23;
}
</style>