#B54842

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

Shades of Chestnut #B54842

Tints of Chestnut #B54842

Color information

#B54842 (or 0xB54842) is unknown color: approx Chestnut. HEX triplet: B5, 48 and 42. RGB value is (181,72,66). Sum of RGB (Red+Green+Blue) = 181+72+66=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54842 is #4AB7BD. Grayscale: #686868. Windows color (decimal): -4896702 or 4343989. OLE color: 4343989.

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

Color convert

RGB1817266-
CMYK00.600.640.29
HSL3.13º46.56%48.43%-
HSV(B)3.13º63.54%70.98%-
XYZ22.3614.856.84-
YUV103.91106.61182.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=56.74%
G=22.57%
B=20.69%

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
Decimal181726600.600.640.293.1346.5648.43
HexB5484203C401D32f30
Octal2651101020741003535760
Binary1011010110010001000010011110010000001110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54842; }

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

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

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

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

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

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

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

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