Shades of Brown #9B2E1F
Tints of Brown #9B2E1F
RGB
CMYK
RGB Variations
Color information
#9B2E1F (or 0x9B2E1F) is known color: Brown. HEX triplet: 9B, 2E and 1F. RGB value is (155,46,31). Sum of RGB (Red+Green+Blue) = 155+46+31=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E1F is #64D1E0. Grayscale: #4D4D4D. Windows color (decimal): -6607329 or 2043547. OLE color: 2043547.
HSL color Cylindrical-coordinate representation of color #9B2E1F: hue angle of 7.26º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2E1F is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 31 | - |
| CMYK | 0 | 0.70 | 0.8 | 0.39 |
| HSL | 7.26º | 0.67% | 0.36% | - |
| HSV(B) | 7.26º | 0.8% | 0.61% | - |
| XYZ | 14.74 | 9.02 | 2.26 | - |
| YUV | 76.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 31 | 0 | 0.70 | 0.8 | 0.39 | 7.26 | 0.67 | 0.36 |
| Hex | 9B | 2E | 1F | 0 | 46 | 50 | 27 | 7 | 43 | 24 |
| Octal | 233 | 56 | 37 | 0 | 106 | 120 | 47 | 7 | 103 | 44 |
| Binary | 10011011 | 101110 | 11111 | 0 | 1000110 | 1010000 | 100111 | 111 | 1000011 | 100100 |
Color Harmonies of #9B2E1F
Complementary color
Monochromatic Colors of #9B2E1F
Black with #9B2E1F
Text Example
Text Example
White with #9B2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E1F; }
p { color: rgb(155,46,31); }
H1.HeaderClassName
{
color: #9B2E1F;
}
.AnyTagClassName
{
color: #9B2E1F;
}
</style>
background-color css
<style>
a { background-color: #9B2E1F; }
a { background-color: rgb(155,46,31); }
div.DivClassName
{
background-color: #9B2E1F;
}
.BgClassName
{
background-color: #9B2E1F;
}
</style>
border-color css
<style>
span { border-color: #9B2E1F; }
span { border-color: rgb(155,46,31); }
td.TdClassName
{
border-color: #9B2E1F;
}
.TagClassName
{
border-color: #9B2E1F;
}
</style>