Shades of Brown #9B2D1F
Tints of Brown #9B2D1F
RGB
CMYK
RGB Variations
Color information
#9B2D1F (or 0x9B2D1F) is known color: Brown. HEX triplet: 9B, 2D and 1F. RGB value is (155,45,31). Sum of RGB (Red+Green+Blue) = 155+45+31=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D1F is #64D2E0. Grayscale: #4C4C4C. Windows color (decimal): -6607585 or 2043291. OLE color: 2043291.
HSL color Cylindrical-coordinate representation of color #9B2D1F: hue angle of 6.77º 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 #9B2D1F is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 31 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.39 |
| HSL | 6.77º | 0.67% | 0.36% | - |
| HSV(B) | 6.77º | 0.8% | 0.61% | - |
| XYZ | 14.7 | 8.94 | 2.25 | - |
| YUV | 76.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 31 | 0 | 0.71 | 0.8 | 0.39 | 6.77 | 0.67 | 0.36 |
| Hex | 9B | 2D | 1F | 0 | 47 | 50 | 27 | 7 | 43 | 24 |
| Octal | 233 | 55 | 37 | 0 | 107 | 120 | 47 | 7 | 103 | 44 |
| Binary | 10011011 | 101101 | 11111 | 0 | 1000111 | 1010000 | 100111 | 111 | 1000011 | 100100 |
Color Harmonies of #9B2D1F
Complementary color
Monochromatic Colors of #9B2D1F
Black with #9B2D1F
Text Example
Text Example
White with #9B2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D1F; }
p { color: rgb(155,45,31); }
H1.HeaderClassName
{
color: #9B2D1F;
}
.AnyTagClassName
{
color: #9B2D1F;
}
</style>
background-color css
<style>
a { background-color: #9B2D1F; }
a { background-color: rgb(155,45,31); }
div.DivClassName
{
background-color: #9B2D1F;
}
.BgClassName
{
background-color: #9B2D1F;
}
</style>
border-color css
<style>
span { border-color: #9B2D1F; }
span { border-color: rgb(155,45,31); }
td.TdClassName
{
border-color: #9B2D1F;
}
.TagClassName
{
border-color: #9B2D1F;
}
</style>