#B55453

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

Shades of Chestnut #B55453

Tints of Chestnut #B55453

Color information

#B55453 (or 0xB55453) is unknown color: approx Chestnut. HEX triplet: B5, 54 and 53. RGB value is (181,84,83). Sum of RGB (Red+Green+Blue) = 181+84+83=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55453 is #4AABAC. Grayscale: #707070. Windows color (decimal): -4893613 or 5461173. OLE color: 5461173.

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

Color convert

RGB1818483-
CMYK00.540.540.29
HSL0.61º39.84%51.76%-
HSV(B)0.61º54.14%70.98%-
XYZ23.7916.7910.17-
YUV112.89111.14176.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=52.01%
G=24.14%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181848300.540.540.290.6139.8451.76
HexB55453036361D12834
Octal265124123066663515064
Binary10110101101010010100110110110110110111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55453; }

 p { color: rgb(181,84,83); }

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

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

 a { background-color: rgb(181,84,83); }

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

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

 span { border-color: rgb(181,84,83); }

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