Shades of Brown #B7302F
Tints of Brown #B7302F
RGB
CMYK
RGB Variations
Color information
#B7302F (or 0xB7302F) is known color: Brown. HEX triplet: B7, 30 and 2F. RGB value is (183,48,47). Sum of RGB (Red+Green+Blue) = 183+48+47=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7302F is #48CFD0. Grayscale: #585858. Windows color (decimal): -4771793 or 3092663. OLE color: 3092663.
HSL color Cylindrical-coordinate representation of color #B7302F: hue angle of 0.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7302F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 47 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.28 |
| HSL | 0.44º | 0.59% | 0.45% | - |
| HSV(B) | 0.44º | 0.74% | 0.72% | - |
| XYZ | 21.1 | 12.39 | 3.97 | - |
| YUV | 88.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 47 | 0 | 0.74 | 0.74 | 0.28 | 0.44 | 0.59 | 0.45 |
| Hex | B7 | 30 | 2F | 0 | 4A | 4A | 1C | 0 | 3B | 2D |
| Octal | 267 | 60 | 57 | 0 | 112 | 112 | 34 | 0 | 73 | 55 |
| Binary | 10110111 | 110000 | 101111 | 0 | 1001010 | 1001010 | 11100 | 0 | 111011 | 101101 |
Color Harmonies of #B7302F
Complementary color
Monochromatic Colors of #B7302F
Black with #B7302F
Text Example
Text Example
White with #B7302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7302F; }
p { color: rgb(183,48,47); }
H1.HeaderClassName
{
color: #B7302F;
}
.AnyTagClassName
{
color: #B7302F;
}
</style>
background-color css
<style>
a { background-color: #B7302F; }
a { background-color: rgb(183,48,47); }
div.DivClassName
{
background-color: #B7302F;
}
.BgClassName
{
background-color: #B7302F;
}
</style>
border-color css
<style>
span { border-color: #B7302F; }
span { border-color: rgb(183,48,47); }
td.TdClassName
{
border-color: #B7302F;
}
.TagClassName
{
border-color: #B7302F;
}
</style>