#553A32

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

Shades of Cioccolato #553A32

Tints of Cioccolato #553A32

Color information

#553A32 (or 0x553A32) is unknown color: approx Cioccolato. HEX triplet: 55, 3A and 32. RGB value is (85,58,50). Sum of RGB (Red+Green+Blue) = 85+58+50=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A32 is #AAC5CD. Grayscale: #414141. Windows color (decimal): -11191758 or 3291733. OLE color: 3291733.

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

Color convert

RGB855850-
CMYK00.320.410.67
HSL13.71º25.93%26.47%-
HSV(B)13.71º41.18%33.33%-
XYZ5.845.193.71-
YUV65.16119.45142.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=44.04%
G=30.05%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85585000.320.410.6713.7125.9326.47
Hex553A320202943e1a1a
Octal125726204051103163232
Binary10101011110101100100100000101001100001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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