#54312D

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

Shades of Moccaccino #54312D

Tints of Moccaccino #54312D

Color information

#54312D (or 0x54312D) is unknown color: approx Moccaccino. HEX triplet: 54, 31 and 2D. RGB value is (84,49,45). Sum of RGB (Red+Green+Blue) = 84+49+45=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54312D is #ABCED2. Grayscale: #3B3B3B. Windows color (decimal): -11259603 or 2961748. OLE color: 2961748.

HSL color Cylindrical-coordinate representation of color #54312D: hue angle of 6.15º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54312D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB844945-
CMYK00.420.460.67
HSL6.15º30.23%25.29%-
HSV(B)6.15º46.43%32.94%-
XYZ5.234.273.03-
YUV59.01120.1145.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=47.19%
G=27.53%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84494500.420.460.676.1530.2325.29
Hex54312D02A2E4361e19
Octal12461550525610363631
Binary1010100110001101101010101010111010000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54312D; }

 p { color: rgb(84,49,45); }

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

<style>
 a { background-color: #54312D; }

 a { background-color: rgb(84,49,45); }

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

<style>
 span { border-color: #54312D; }

 span { border-color: rgb(84,49,45); }

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