#5D2B29

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

Shades of Moccaccino #5D2B29

Tints of Moccaccino #5D2B29

Color information

#5D2B29 (or 0x5D2B29) is unknown color: approx Moccaccino. HEX triplet: 5D, 2B and 29. RGB value is (93,43,41). Sum of RGB (Red+Green+Blue) = 93+43+41=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2B29 is #A2D4D6. Grayscale: #393939. Windows color (decimal): -10671319 or 2698077. OLE color: 2698077.

HSL color Cylindrical-coordinate representation of color #5D2B29: hue angle of 2.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D2B29 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB934341-
CMYK00.540.560.64
HSL2.31º38.81%26.27%-
HSV(B)2.31º55.91%36.47%-
XYZ5.784.222.61-
YUV57.72118.56153.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.54%
GREEN value IS 43 (17.19% from 255) = 24.29%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=52.54%
G=24.29%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93434100.540.560.642.3138.8126.27
Hex5D2B2903638402271a
Octal13553510667010024732
Binary1011101101011101001011011011100010000001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,43,41); }

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

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

 a { background-color: rgb(93,43,41); }

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

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

 span { border-color: rgb(93,43,41); }

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