#55362B

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

Shades of Cioccolato #55362B

Tints of Cioccolato #55362B

Color information

#55362B (or 0x55362B) is unknown color: approx Cioccolato. HEX triplet: 55, 36 and 2B. RGB value is (85,54,43). Sum of RGB (Red+Green+Blue) = 85+54+43=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362B is #AAC9D4. Grayscale: #3E3E3E. Windows color (decimal): -11192789 or 2831957. OLE color: 2831957.

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

Color convert

RGB855443-
CMYK00.360.490.67
HSL15.71º32.81%25.1%-
HSV(B)15.71º49.41%33.33%-
XYZ5.54.742.91-
YUV62.02117.27144.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=46.70%
G=29.67%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85544300.360.490.6715.7132.8125.1
Hex55362B0243143102119
Octal125665304461103204131
Binary1010101110110101011010010011000110000111000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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