#5E2F28

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

Shades of Moccaccino #5E2F28

Tints of Moccaccino #5E2F28

Color information

#5E2F28 (or 0x5E2F28) is unknown color: approx Moccaccino. HEX triplet: 5E, 2F and 28. RGB value is (94,47,40). Sum of RGB (Red+Green+Blue) = 94+47+40=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2F28 is #A1D0D7. Grayscale: #3C3C3C. Windows color (decimal): -10604760 or 2633566. OLE color: 2633566.

HSL color Cylindrical-coordinate representation of color #5E2F28: hue angle of 7.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E2F28 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB944740-
CMYK00.50.570.63
HSL7.78º40.3%26.27%-
HSV(B)7.78º57.45%36.86%-
XYZ6.024.572.57-
YUV60.26116.57152.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=51.93%
G=25.97%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94474000.50.570.637.7840.326.27
Hex5E2F28032393F8281a
Octal13657500627177105032
Binary10111101011111010000110010111001111111100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2F28; }

 p { color: rgb(94,47,40); }

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

<style>
 a { background-color: #5E2F28; }

 a { background-color: rgb(94,47,40); }

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

<style>
 span { border-color: #5E2F28; }

 span { border-color: rgb(94,47,40); }

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