#B54A42

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

Shades of Chestnut #B54A42

Tints of Chestnut #B54A42

Color information

#B54A42 (or 0xB54A42) is unknown color: approx Chestnut. HEX triplet: B5, 4A and 42. RGB value is (181,74,66). Sum of RGB (Red+Green+Blue) = 181+74+66=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A42 is #4AB5BD. Grayscale: #696969. Windows color (decimal): -4896190 or 4344501. OLE color: 4344501.

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

Color convert

RGB1817466-
CMYK00.590.640.29
HSL4.17º46.56%48.43%-
HSV(B)4.17º63.54%70.98%-
XYZ22.4915.116.89-
YUV105.08105.95182.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=56.39%
G=23.05%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181746600.590.640.294.1746.5648.43
HexB54A4203B401D42f30
Octal2651121020731003545760
Binary10110101100101010000100111011100000011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A42; }

 p { color: rgb(181,74,66); }

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

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

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

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

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

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

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