#553729

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

Shades of Cioccolato #553729

Tints of Cioccolato #553729

Color information

#553729 (or 0x553729) is unknown color: approx Cioccolato. HEX triplet: 55, 37 and 29. RGB value is (85,55,41). Sum of RGB (Red+Green+Blue) = 85+55+41=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #553729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553729 is #AAC8D6. Grayscale: #3E3E3E. Windows color (decimal): -11192535 or 2701141. OLE color: 2701141.

HSL color Cylindrical-coordinate representation of color #553729: hue angle of 19.09º 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 #553729 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB855541-
CMYK00.350.520.67
HSL19.09º34.92%24.71%-
HSV(B)19.09º51.76%33.33%-
XYZ5.514.822.74-
YUV62.37115.94144.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=46.96%
G=30.39%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85554100.350.520.6719.0934.9224.71
Hex5537290233443132319
Octal125675104364103234331
Binary1010101110111101001010001111010010000111001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553729; }

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

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

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

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

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

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

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

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