#58312A

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

Shades of Moccaccino #58312A

Tints of Moccaccino #58312A

Color information

#58312A (or 0x58312A) is unknown color: approx Moccaccino. HEX triplet: 58, 31 and 2A. RGB value is (88,49,42). Sum of RGB (Red+Green+Blue) = 88+49+42=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58312A is #A7CED5. Grayscale: #3B3B3B. Windows color (decimal): -10997462 or 2765144. OLE color: 2765144.

HSL color Cylindrical-coordinate representation of color #58312A: hue angle of 9.13º 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 #58312A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB884942-
CMYK00.440.520.65
HSL9.13º35.38%25.49%-
HSV(B)9.13º52.27%34.51%-
XYZ5.544.442.76-
YUV59.86117.92148.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=49.16%
G=27.37%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88494200.440.520.659.1335.3825.49
Hex58312A02C344192319
Octal130615205464101114331
Binary101100011000110101001011001101001000001100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58312A; }

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

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

<style>
 a { background-color: #58312A; }

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

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

<style>
 span { border-color: #58312A; }

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

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