#B54D45

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

Shades of Chestnut #B54D45

Tints of Chestnut #B54D45

Color information

#B54D45 (or 0xB54D45) is unknown color: approx Chestnut. HEX triplet: B5, 4D and 45. RGB value is (181,77,69). Sum of RGB (Red+Green+Blue) = 181+77+69=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D45 is #4AB2BA. Grayscale: #6B6B6B. Windows color (decimal): -4895419 or 4541877. OLE color: 4541877.

HSL color Cylindrical-coordinate representation of color #B54D45: hue angle of 4.29º 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 #B54D45 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1817769-
CMYK00.570.620.29
HSL4.29º44.8%49.02%-
HSV(B)4.29º61.88%70.98%-
XYZ22.7815.567.43-
YUV107.18106.46180.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=55.35%
G=23.55%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181776900.570.620.294.2944.849.02
HexB54D450393E1D42d31
Octal265115105071763545561
Binary1011010110011011000101011100111111011101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D45; }

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

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

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

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

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

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

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

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