#55392E

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

Shades of Cioccolato #55392E

Tints of Cioccolato #55392E

Color information

#55392E (or 0x55392E) is unknown color: approx Cioccolato. HEX triplet: 55, 39 and 2E. RGB value is (85,57,46). Sum of RGB (Red+Green+Blue) = 85+57+46=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392E is #AAC6D1. Grayscale: #404040. Windows color (decimal): -11192018 or 3029333. OLE color: 3029333.

HSL color Cylindrical-coordinate representation of color #55392E: hue angle of 16.92º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55392E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB855746-
CMYK00.330.460.67
HSL16.92º29.77%25.69%-
HSV(B)16.92º45.88%33.33%-
XYZ5.75.053.26-
YUV64.12117.78142.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=45.21%
G=30.32%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85574600.330.460.6716.9229.7725.69
Hex55392E0212E43111e1a
Octal125715604156103213632
Binary101010111100110111001000011011101000011100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55392E; }

 p { color: rgb(85,57,46); }

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

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

 a { background-color: rgb(85,57,46); }

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

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

 span { border-color: rgb(85,57,46); }

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