#553931

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

Shades of Cioccolato #553931

Tints of Cioccolato #553931

Color information

#553931 (or 0x553931) is unknown color: approx Cioccolato. HEX triplet: 55, 39 and 31. RGB value is (85,57,49). Sum of RGB (Red+Green+Blue) = 85+57+49=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553931 is #AAC6CE. Grayscale: #404040. Windows color (decimal): -11192015 or 3225941. OLE color: 3225941.

HSL color Cylindrical-coordinate representation of color #553931: hue angle of 13.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553931 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB855749-
CMYK00.330.420.67
HSL13.33º26.87%26.27%-
HSV(B)13.33º42.35%33.33%-
XYZ5.765.083.58-
YUV64.46119.28142.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=44.50%
G=29.84%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85574900.330.420.6713.3326.8726.27
Hex5539310212A43d1b1a
Octal125716104152103153332
Binary10101011110011100010100001101010100001111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553931; }

 p { color: rgb(85,57,49); }

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

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

 a { background-color: rgb(85,57,49); }

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

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

 span { border-color: rgb(85,57,49); }

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