#B54949

Color #B54949 Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B54949

Tints of Chestnut #B54949

Color information

#B54949 (or 0xB54949) is unknown color: approx Chestnut. HEX triplet: B5, 49 and 49. RGB value is (181,73,73). Sum of RGB (Red+Green+Blue) = 181+73+73=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B54949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54949 is #4AB6B6. Grayscale: #696969. Windows color (decimal): -4896439 or 4802997. OLE color: 4802997.

HSL color Cylindrical-coordinate representation of color #B54949: hue angle of 0º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54949 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1817373-
CMYK00.600.600.29
HSL42.52%49.8%-
HSV(B)59.67%70.98%-
XYZ22.6415.078.02-
YUV105.29109.78182-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=55.35%
G=22.32%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181737300.600.600.29042.5249.8
HexB5494903C3C1D02b32
Octal265111111074743505362
Binary10110101100100110010010111100111100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54949; }

 p { color: rgb(181,73,73); }

 H1.HeaderClassName
 {
   color: #B54949;
 }
 .AnyTagClassName
 {
   color: #B54949;
 }
</style>
background-color css

<style>
 a { background-color: #B54949; }

 a { background-color: rgb(181,73,73); }

 div.DivClassName
 {
   background-color: #B54949;
 }
 .BgClassName
 {
   background-color: #B54949;
 }
</style>
border-color css

<style>
 span { border-color: #B54949; }

 span { border-color: rgb(181,73,73); }

 td.TdClassName
 {
   border-color: #B54949;
 }
 .TagClassName
 {
   border-color: #B54949;
 }
</style>