#582D2B

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

Shades of Moccaccino #582D2B

Tints of Moccaccino #582D2B

Color information

#582D2B (or 0x582D2B) is unknown color: approx Moccaccino. HEX triplet: 58, 2D and 2B. RGB value is (88,45,43). Sum of RGB (Red+Green+Blue) = 88+45+43=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #582D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D2B is #A7D2D4. Grayscale: #393939. Windows color (decimal): -10998485 or 2829656. OLE color: 2829656.

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

Color convert

RGB884543-
CMYK00.490.510.65
HSL2.67º34.35%25.69%-
HSV(B)2.67º51.14%34.51%-
XYZ5.44.132.8-
YUV57.63119.75149.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=50%
G=25.57%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88454300.490.510.652.6734.3525.69
Hex582D2B03133413221a
Octal13055530616310134232
Binary1011000101101101011011000111001110000011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,43); }

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

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

 a { background-color: rgb(88,45,43); }

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

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

 span { border-color: rgb(88,45,43); }

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