#553429

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

Shades of Cioccolato #553429

Tints of Cioccolato #553429

Color information

#553429 (or 0x553429) is unknown color: approx Cioccolato. HEX triplet: 55, 34 and 29. RGB value is (85,52,41). Sum of RGB (Red+Green+Blue) = 85+52+41=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553429 is #AACBD6. Grayscale: #3C3C3C. Windows color (decimal): -11193303 or 2700373. OLE color: 2700373.

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

Color convert

RGB855241-
CMYK00.390.520.67
HSL15º34.92%24.71%-
HSV(B)15º51.76%33.33%-
XYZ5.374.552.69-
YUV60.61116.93145.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=47.75%
G=29.21%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85524100.390.520.671534.9224.71
Hex5534290273443f2319
Octal125645104764103174331
Binary101010111010010100101001111101001000011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553429; }

 p { color: rgb(85,52,41); }

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

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

 a { background-color: rgb(85,52,41); }

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

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

 span { border-color: rgb(85,52,41); }

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