#582C2A

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

Shades of Moccaccino #582C2A

Tints of Moccaccino #582C2A

Color information

#582C2A (or 0x582C2A) is unknown color: approx Moccaccino. HEX triplet: 58, 2C and 2A. RGB value is (88,44,42). Sum of RGB (Red+Green+Blue) = 88+44+42=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #582C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C2A is #A7D3D5. Grayscale: #383838. Windows color (decimal): -10998742 or 2763864. OLE color: 2763864.

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

Color convert

RGB884442-
CMYK00.50.520.65
HSL2.61º35.38%25.49%-
HSV(B)2.61º52.27%34.51%-
XYZ5.344.042.69-
YUV56.93119.58150.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=50.57%
G=25.29%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88444200.50.520.652.6135.3825.49
Hex582C2A032344132319
Octal13054520626410134331
Binary1011000101100101010011001011010010000011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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