#55372A

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

Shades of Cioccolato #55372A

Tints of Cioccolato #55372A

Color information

#55372A (or 0x55372A) is unknown color: approx Cioccolato. HEX triplet: 55, 37 and 2A. RGB value is (85,55,42). Sum of RGB (Red+Green+Blue) = 85+55+42=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372A is #AAC8D5. Grayscale: #3E3E3E. Windows color (decimal): -11192534 or 2766677. OLE color: 2766677.

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

Color convert

RGB855542-
CMYK00.350.510.67
HSL18.14º33.86%24.9%-
HSV(B)18.14º50.59%33.33%-
XYZ5.534.832.83-
YUV62.49116.44144.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=46.70%
G=30.22%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554200.350.510.6718.1433.8624.9
Hex55372A0233343122219
Octal125675204363103224231
Binary1010101110111101010010001111001110000111001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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