#55392B

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

Shades of Cioccolato #55392B

Tints of Cioccolato #55392B

Color information

#55392B (or 0x55392B) is unknown color: approx Cioccolato. HEX triplet: 55, 39 and 2B. RGB value is (85,57,43). Sum of RGB (Red+Green+Blue) = 85+57+43=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392B is #AAC6D4. Grayscale: #3F3F3F. Windows color (decimal): -11192021 or 2832725. OLE color: 2832725.

HSL color Cylindrical-coordinate representation of color #55392B: hue angle of 20º 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 #55392B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB855743-
CMYK00.330.490.67
HSL20º32.81%25.1%-
HSV(B)20º49.41%33.33%-
XYZ5.655.032.96-
YUV63.78116.28143.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=45.95%
G=30.81%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85574300.330.490.672032.8125.1
Hex55392B0213143142119
Octal125715304161103244131
Binary1010101111001101011010000111000110000111010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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