#55392F

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

Shades of Cioccolato #55392F

Tints of Cioccolato #55392F

Color information

#55392F (or 0x55392F) is unknown color: approx Cioccolato. HEX triplet: 55, 39 and 2F. RGB value is (85,57,47). Sum of RGB (Red+Green+Blue) = 85+57+47=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #55392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392F is #AAC6D0. Grayscale: #404040. Windows color (decimal): -11192017 or 3094869. OLE color: 3094869.

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

Color convert

RGB855747-
CMYK00.330.450.67
HSL15.79º28.79%25.88%-
HSV(B)15.79º44.71%33.33%-
XYZ5.725.063.36-
YUV64.23118.28142.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=44.97%
G=30.16%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85574700.330.450.6715.7928.7925.88
Hex55392F0212D43101d1a
Octal125715704155103203532
Binary101010111100110111101000011011011000011100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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