Shades of Chestnut #B54A43
Tints of Chestnut #B54A43
RGB
CMYK
RGB Variations
Color information
#B54A43 (or 0xB54A43) is known color: Chestnut. HEX triplet: B5, 4A and 43. RGB value is (181,74,67). Sum of RGB (Red+Green+Blue) = 181+74+67=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A43 is #4AB5BC. Grayscale: #696969. Windows color (decimal): -4896189 or 4410037. OLE color: 4410037.
HSL color Cylindrical-coordinate representation of color #B54A43: hue angle of 3.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54A43 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 67 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.29 |
| HSL | 3.68º | 0.46% | 0.49% | - |
| HSV(B) | 3.68º | 0.63% | 0.71% | - |
| XYZ | 22.52 | 15.13 | 7.04 | - |
| YUV | 105.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 67 | 0 | 0.59 | 0.63 | 0.29 | 3.68 | 0.46 | 0.49 |
| Hex | B5 | 4A | 43 | 0 | 3B | 3F | 1D | 4 | 2E | 31 |
| Octal | 265 | 112 | 103 | 0 | 73 | 77 | 35 | 4 | 56 | 61 |
| Binary | 10110101 | 1001010 | 1000011 | 0 | 111011 | 111111 | 11101 | 100 | 101110 | 110001 |
Color Harmonies of #B54A43
Complementary color
Monochromatic Colors of #B54A43
Black with #B54A43
Text Example
Text Example
White with #B54A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A43; }
p { color: rgb(181,74,67); }
H1.HeaderClassName
{
color: #B54A43;
}
.AnyTagClassName
{
color: #B54A43;
}
</style>
background-color css
<style>
a { background-color: #B54A43; }
a { background-color: rgb(181,74,67); }
div.DivClassName
{
background-color: #B54A43;
}
.BgClassName
{
background-color: #B54A43;
}
</style>
border-color css
<style>
span { border-color: #B54A43; }
span { border-color: rgb(181,74,67); }
td.TdClassName
{
border-color: #B54A43;
}
.TagClassName
{
border-color: #B54A43;
}
</style>