#B4544F

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

Shades of Chestnut #B4544F

Tints of Chestnut #B4544F

Color information

#B4544F (or 0xB4544F) is unknown color: approx Chestnut. HEX triplet: B4, 54 and 4F. RGB value is (180,84,79). Sum of RGB (Red+Green+Blue) = 180+84+79=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4544F is #4BABB0. Grayscale: #707070. Windows color (decimal): -4959153 or 5199028. OLE color: 5199028.

HSL color Cylindrical-coordinate representation of color #B4544F: hue angle of 2.97º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4544F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1808479-
CMYK00.530.560.29
HSL2.97º40.24%50.78%-
HSV(B)2.97º56.11%70.59%-
XYZ23.416.619.37-
YUV112.13109.3176.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=52.48%
G=24.49%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180847900.530.560.292.9740.2450.78
HexB4544F035381D32833
Octal264124117065703535063
Binary101101001010100100111101101011110001110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4544F; }

 p { color: rgb(180,84,79); }

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

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

 a { background-color: rgb(180,84,79); }

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

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

 span { border-color: rgb(180,84,79); }

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