#B55353

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

Shades of Chestnut #B55353

Tints of Chestnut #B55353

Color information

#B55353 (or 0xB55353) is unknown color: approx Chestnut. HEX triplet: B5, 53 and 53. RGB value is (181,83,83). Sum of RGB (Red+Green+Blue) = 181+83+83=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55353 is #4AACAC. Grayscale: #707070. Windows color (decimal): -4893869 or 5460917. OLE color: 5460917.

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

Color convert

RGB1818383-
CMYK00.540.540.29
HSL39.84%51.76%-
HSV(B)54.14%70.98%-
XYZ23.7116.6310.14-
YUV112.3111.47177-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=52.16%
G=23.92%
B=23.92%

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
Decimal181838300.540.540.29039.8451.76
HexB55353036361D02834
Octal265123123066663505064
Binary10110101101001110100110110110110110111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55353; }

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

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

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

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

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

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

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

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