#553A2D

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

Shades of Cioccolato #553A2D

Tints of Cioccolato #553A2D

Color information

#553A2D (or 0x553A2D) is unknown color: approx Cioccolato. HEX triplet: 55, 3A and 2D. RGB value is (85,58,45). Sum of RGB (Red+Green+Blue) = 85+58+45=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A2D is #AAC5D2. Grayscale: #404040. Windows color (decimal): -11191763 or 2964053. OLE color: 2964053.

HSL color Cylindrical-coordinate representation of color #553A2D: hue angle of 19.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553A2D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB855845-
CMYK00.320.470.67
HSL19.5º30.77%25.49%-
HSV(B)19.5º47.06%33.33%-
XYZ5.735.153.17-
YUV64.59116.95142.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=45.21%
G=30.85%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85584500.320.470.6719.530.7725.49
Hex553A2D0202F43141f19
Octal125725504057103243731
Binary101010111101010110101000001011111000011101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A2D; }

 p { color: rgb(85,58,45); }

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

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

 a { background-color: rgb(85,58,45); }

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

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

 span { border-color: rgb(85,58,45); }

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