#B54A41

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

Shades of Chestnut #B54A41

Tints of Chestnut #B54A41

Color information

#B54A41 (or 0xB54A41) is unknown color: approx Chestnut. HEX triplet: B5, 4A and 41. RGB value is (181,74,65). Sum of RGB (Red+Green+Blue) = 181+74+65=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A41 is #4AB5BE. Grayscale: #696969. Windows color (decimal): -4896191 or 4278965. OLE color: 4278965.

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

Color convert

RGB1817465-
CMYK00.590.640.29
HSL4.66º47.15%48.24%-
HSV(B)4.66º64.09%70.98%-
XYZ22.4615.16.73-
YUV104.97105.45182.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 74 (29.30% from 255) = 23.12%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=56.56%
G=23.12%
B=20.31%

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
Decimal181746500.590.640.294.6647.1548.24
HexB54A4103B401D52f30
Octal2651121010731003555760
Binary10110101100101010000010111011100000011101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A41; }

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

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

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

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

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

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

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

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