#5D2C26

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

Shades of Moccaccino #5D2C26

Tints of Moccaccino #5D2C26

Color information

#5D2C26 (or 0x5D2C26) is unknown color: approx Moccaccino. HEX triplet: 5D, 2C and 26. RGB value is (93,44,38). Sum of RGB (Red+Green+Blue) = 93+44+38=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C26 is #A2D3D9. Grayscale: #3A3A3A. Windows color (decimal): -10671066 or 2501725. OLE color: 2501725.

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

Color convert

RGB934438-
CMYK00.530.590.64
HSL6.55º41.98%25.69%-
HSV(B)6.55º59.14%36.47%-
XYZ5.764.272.35-
YUV57.97116.73152.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.14%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=53.14%
G=25.14%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93443800.530.590.646.5541.9825.69
Hex5D2C260353B4072a1a
Octal13554460657310075232
Binary10111011011001001100110101111011100000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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