#553B32

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

Shades of Cioccolato #553B32

Tints of Cioccolato #553B32

Color information

#553B32 (or 0x553B32) is unknown color: approx Cioccolato. HEX triplet: 55, 3B and 32. RGB value is (85,59,50). Sum of RGB (Red+Green+Blue) = 85+59+50=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B32 is #AAC4CD. Grayscale: #414141. Windows color (decimal): -11191502 or 3291989. OLE color: 3291989.

HSL color Cylindrical-coordinate representation of color #553B32: hue angle of 15.43º 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 #553B32 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB855950-
CMYK00.310.410.67
HSL15.43º25.93%26.47%-
HSV(B)15.43º41.18%33.33%-
XYZ5.895.293.73-
YUV65.75119.11141.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=43.81%
G=30.41%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85595000.310.410.6715.4325.9326.47
Hex553B3201F2943f1a1a
Octal125736203751103173232
Binary1010101111011110010011111101001100001111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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