#572C2A

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

Shades of Moccaccino #572C2A

Tints of Moccaccino #572C2A

Color information

#572C2A (or 0x572C2A) is unknown color: approx Moccaccino. HEX triplet: 57, 2C and 2A. RGB value is (87,44,42). Sum of RGB (Red+Green+Blue) = 87+44+42=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #572C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C2A is #A8D3D5. Grayscale: #383838. Windows color (decimal): -11064278 or 2763863. OLE color: 2763863.

HSL color Cylindrical-coordinate representation of color #572C2A: hue angle of 2.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572C2A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB874442-
CMYK00.490.520.66
HSL2.67º34.88%25.29%-
HSV(B)2.67º51.72%34.12%-
XYZ5.253.992.68-
YUV56.63119.75149.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=50.29%
G=25.43%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87444200.490.520.662.6734.8825.29
Hex572C2A031344232319
Octal12754520616410234331
Binary1010111101100101010011000111010010000101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572C2A; }

 p { color: rgb(87,44,42); }

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

<style>
 a { background-color: #572C2A; }

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

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

<style>
 span { border-color: #572C2A; }

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

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