#5D302C

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

Shades of Moccaccino #5D302C

Tints of Moccaccino #5D302C

Color information

#5D302C (or 0x5D302C) is unknown color: approx Moccaccino. HEX triplet: 5D, 30 and 2C. RGB value is (93,48,44). Sum of RGB (Red+Green+Blue) = 93+48+44=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D302C is #A2CFD3. Grayscale: #3D3D3D. Windows color (decimal): -10670036 or 2895965. OLE color: 2895965.

HSL color Cylindrical-coordinate representation of color #5D302C: hue angle of 4.9º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D302C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB934844-
CMYK00.480.530.64
HSL4.9º35.77%26.86%-
HSV(B)4.9º52.69%36.47%-
XYZ6.034.622.96-
YUV61118.41150.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.27%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=50.27%
G=25.95%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93484400.480.530.644.935.7726.86
Hex5D302C03035405241b
Octal13560540606510054433
Binary10111011100001011000110000110101100000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,48,44); }

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

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

 a { background-color: rgb(93,48,44); }

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

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

 span { border-color: rgb(93,48,44); }

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