#553B33

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

Shades of Cioccolato #553B33

Tints of Cioccolato #553B33

Color information

#553B33 (or 0x553B33) is unknown color: approx Cioccolato. HEX triplet: 55, 3B and 33. RGB value is (85,59,51). Sum of RGB (Red+Green+Blue) = 85+59+51=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B33 is #AAC4CC. Grayscale: #414141. Windows color (decimal): -11191501 or 3357525. OLE color: 3357525.

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

Color convert

RGB855951-
CMYK00.310.400.67
HSL14.12º25%26.67%-
HSV(B)14.12º40%33.33%-
XYZ5.915.33.84-
YUV65.86119.61141.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=43.59%
G=30.26%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85595100.310.400.6714.122526.67
Hex553B3301F2843e191b
Octal125736303750103163133
Binary1010101111011110011011111101000100001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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