#59382D

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

Shades of Cioccolato #59382D

Tints of Cioccolato #59382D

Color information

#59382D (or 0x59382D) is unknown color: approx Cioccolato. HEX triplet: 59, 38 and 2D. RGB value is (89,56,45). Sum of RGB (Red+Green+Blue) = 89+56+45=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #59382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59382D is #A6C7D2. Grayscale: #404040. Windows color (decimal): -10930131 or 2963545. OLE color: 2963545.

HSL color Cylindrical-coordinate representation of color #59382D: hue angle of 15º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59382D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB895645-
CMYK00.370.490.65
HSL15º32.84%26.27%-
HSV(B)15º49.44%34.9%-
XYZ6.015.143.16-
YUV64.61116.93145.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=46.84%
G=29.47%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89564500.370.490.651532.8426.27
Hex59382D0253141f211a
Octal131705504561101174132
Binary101100111100010110101001011100011000001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59382D; }

 p { color: rgb(89,56,45); }

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

<style>
 a { background-color: #59382D; }

 a { background-color: rgb(89,56,45); }

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

<style>
 span { border-color: #59382D; }

 span { border-color: rgb(89,56,45); }

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