#553528

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

Shades of Cioccolato #553528

Tints of Cioccolato #553528

Color information

#553528 (or 0x553528) is unknown color: approx Cioccolato. HEX triplet: 55, 35 and 28. RGB value is (85,53,40). Sum of RGB (Red+Green+Blue) = 85+53+40=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553528 is #AACAD7. Grayscale: #3D3D3D. Windows color (decimal): -11193048 or 2635093. OLE color: 2635093.

HSL color Cylindrical-coordinate representation of color #553528: hue angle of 17.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553528 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB855340-
CMYK00.380.530.67
HSL17.33º36%24.51%-
HSV(B)17.33º52.94%33.33%-
XYZ5.44.632.62-
YUV61.09116.1145.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=47.75%
G=29.78%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85534000.380.530.6717.333624.51
Hex5535280263543112419
Octal125655004665103214431
Binary1010101110101101000010011011010110000111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553528; }

 p { color: rgb(85,53,40); }

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

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

 a { background-color: rgb(85,53,40); }

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

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

 span { border-color: rgb(85,53,40); }

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