#B54545

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

Shades of Chestnut #B54545

Tints of Chestnut #B54545

Color information

#B54545 (or 0xB54545) is unknown color: approx Chestnut. HEX triplet: B5, 45 and 45. RGB value is (181,69,69). Sum of RGB (Red+Green+Blue) = 181+69+69=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54545 is #4ABABA. Grayscale: #666666. Windows color (decimal): -4897467 or 4539829. OLE color: 4539829.

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

Color convert

RGB1816969-
CMYK00.620.620.29
HSL44.8%49.02%-
HSV(B)61.88%70.98%-
XYZ22.2614.517.26-
YUV102.49109.11184-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=56.74%
G=21.63%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181696900.620.620.29044.849.02
HexB5454503E3E1D02d31
Octal265105105076763505561
Binary10110101100010110001010111110111110111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54545; }

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

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

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

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

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

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

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

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