#B54B41

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

Shades of Chestnut #B54B41

Tints of Chestnut #B54B41

Color information

#B54B41 (or 0xB54B41) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 41. RGB value is (181,75,65). Sum of RGB (Red+Green+Blue) = 181+75+65=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B41 is #4AB4BE. Grayscale: #696969. Windows color (decimal): -4895935 or 4279221. OLE color: 4279221.

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

Color convert

RGB1817565-
CMYK00.590.640.29
HSL5.17º47.15%48.24%-
HSV(B)5.17º64.09%70.98%-
XYZ22.5315.246.75-
YUV105.55105.12181.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=56.39%
G=23.36%
B=20.25%

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
Decimal181756500.590.640.295.1747.1548.24
HexB54B4103B401D52f30
Octal2651131010731003555760
Binary10110101100101110000010111011100000011101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B41; }

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

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

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

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

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

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

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

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