#B54841

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

Shades of Chestnut #B54841

Tints of Chestnut #B54841

Color information

#B54841 (or 0xB54841) is unknown color: approx Chestnut. HEX triplet: B5, 48 and 41. RGB value is (181,72,65). Sum of RGB (Red+Green+Blue) = 181+72+65=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54841 is #4AB7BE. Grayscale: #676767. Windows color (decimal): -4896703 or 4278453. OLE color: 4278453.

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

Color convert

RGB1817265-
CMYK00.600.640.29
HSL3.62º47.15%48.24%-
HSV(B)3.62º64.09%70.98%-
XYZ22.3314.846.69-
YUV103.79106.11183.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=56.92%
G=22.64%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181726500.600.640.293.6247.1548.24
HexB5484103C401D42f30
Octal2651101010741003545760
Binary10110101100100010000010111100100000011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54841; }

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

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

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

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

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

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

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

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