#55372B

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

Shades of Cioccolato #55372B

Tints of Cioccolato #55372B

Color information

#55372B (or 0x55372B) is unknown color: approx Cioccolato. HEX triplet: 55, 37 and 2B. RGB value is (85,55,43). Sum of RGB (Red+Green+Blue) = 85+55+43=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372B is #AAC8D4. Grayscale: #3E3E3E. Windows color (decimal): -11192533 or 2832213. OLE color: 2832213.

HSL color Cylindrical-coordinate representation of color #55372B: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55372B is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB855543-
CMYK00.350.490.67
HSL17.14º32.81%25.1%-
HSV(B)17.14º49.41%33.33%-
XYZ5.554.842.93-
YUV62.6116.94143.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=46.45%
G=30.05%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554300.350.490.6717.1432.8125.1
Hex55372B0233143112119
Octal125675304361103214131
Binary1010101110111101011010001111000110000111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55372B; }

 p { color: rgb(85,55,43); }

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

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

 a { background-color: rgb(85,55,43); }

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

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

 span { border-color: rgb(85,55,43); }

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