#572A28

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

Shades of Moccaccino #572A28

Tints of Moccaccino #572A28

Color information

#572A28 (or 0x572A28) is unknown color: approx Moccaccino. HEX triplet: 57, 2A and 28. RGB value is (87,42,40). Sum of RGB (Red+Green+Blue) = 87+42+40=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #572A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A28 is #A8D5D7. Grayscale: #373737. Windows color (decimal): -11064792 or 2632279. OLE color: 2632279.

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

Color convert

RGB874240-
CMYK00.520.540.66
HSL2.55º37.01%24.9%-
HSV(B)2.55º54.02%34.12%-
XYZ5.143.842.48-
YUV55.23119.41150.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=51.48%
G=24.85%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87424000.520.540.662.5537.0124.9
Hex572A28034364232519
Octal12752500646610234531
Binary1010111101010101000011010011011010000101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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