#5D392F

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

Shades of Cioccolato #5D392F

Tints of Cioccolato #5D392F

Color information

#5D392F (or 0x5D392F) is unknown color: approx Cioccolato. HEX triplet: 5D, 39 and 2F. RGB value is (93,57,47). Sum of RGB (Red+Green+Blue) = 93+57+47=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D392F is #A2C6D0. Grayscale: #424242. Windows color (decimal): -10667729 or 3094877. OLE color: 3094877.

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

Color convert

RGB935747-
CMYK00.390.490.64
HSL13.04º32.86%27.45%-
HSV(B)13.04º49.46%36.47%-
XYZ6.495.463.4-
YUV66.62116.93146.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.21%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=47.21%
G=28.93%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93574700.390.490.6413.0432.8627.45
Hex5D392F0273140d211b
Octal135715704761100154133
Binary101110111100110111101001111100011000000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,47); }

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

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

 a { background-color: rgb(93,57,47); }

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

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

 span { border-color: rgb(93,57,47); }

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