#B54541

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

Shades of Chestnut #B54541

Tints of Chestnut #B54541

Color information

#B54541 (or 0xB54541) is unknown color: approx Chestnut. HEX triplet: B5, 45 and 41. RGB value is (181,69,65). Sum of RGB (Red+Green+Blue) = 181+69+65=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54541 is #4ABABE. Grayscale: #666666. Windows color (decimal): -4897471 or 4277685. OLE color: 4277685.

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

Color convert

RGB1816965-
CMYK00.620.640.29
HSL2.07º47.15%48.24%-
HSV(B)2.07º64.09%70.98%-
XYZ22.1414.466.63-
YUV102.03107.11184.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=57.46%
G=21.90%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181696500.620.640.292.0747.1548.24
HexB5454103E401D22f30
Octal2651051010761003525760
Binary1011010110001011000001011111010000001110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54541; }

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

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

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

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

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

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

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

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