#55372C

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

Shades of Cioccolato #55372C

Tints of Cioccolato #55372C

Color information

#55372C (or 0x55372C) is unknown color: approx Cioccolato. HEX triplet: 55, 37 and 2C. RGB value is (85,55,44). Sum of RGB (Red+Green+Blue) = 85+55+44=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372C is #AAC8D3. Grayscale: #3E3E3E. Windows color (decimal): -11192532 or 2897749. OLE color: 2897749.

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

Color convert

RGB855544-
CMYK00.350.480.67
HSL16.1º31.78%25.29%-
HSV(B)16.1º48.24%33.33%-
XYZ5.574.853.02-
YUV62.72117.44143.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=46.20%
G=29.89%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554400.350.480.6716.131.7825.29
Hex55372C0233043102019
Octal125675404360103204031
Binary1010101110111101100010001111000010000111000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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