#552A2A

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

Shades of Moccaccino #552A2A

Tints of Moccaccino #552A2A

Color information

#552A2A (or 0x552A2A) is unknown color: approx Moccaccino. HEX triplet: 55, 2A and 2A. RGB value is (85,42,42). Sum of RGB (Red+Green+Blue) = 85+42+42=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #552A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A2A is #AAD5D5. Grayscale: #363636. Windows color (decimal): -11195862 or 2763349. OLE color: 2763349.

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

Color convert

RGB854242-
CMYK00.510.510.67
HSL33.86%24.9%-
HSV(B)50.59%33.33%-
XYZ4.993.752.65-
YUV54.86120.75149.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=50.30%
G=24.85%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85424200.510.510.67033.8624.9
Hex552A2A033334302219
Octal12552520636310304231
Binary101010110101010101001100111100111000011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552A2A; }

 p { color: rgb(85,42,42); }

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

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

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

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

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

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

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