#59362A

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

Shades of Cioccolato #59362A

Tints of Cioccolato #59362A

Color information

#59362A (or 0x59362A) is unknown color: approx Cioccolato. HEX triplet: 59, 36 and 2A. RGB value is (89,54,42). Sum of RGB (Red+Green+Blue) = 89+54+42=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59362A is #A6C9D5. Grayscale: #3F3F3F. Windows color (decimal): -10930646 or 2766425. OLE color: 2766425.

HSL color Cylindrical-coordinate representation of color #59362A: hue angle of 15.32º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59362A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB895442-
CMYK00.390.530.65
HSL15.32º35.88%25.69%-
HSV(B)15.32º52.81%34.9%-
XYZ5.864.932.83-
YUV63.1116.1146.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=48.11%
G=29.19%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89544200.390.530.6515.3235.8825.69
Hex59362A0273541f241a
Octal131665204765101174432
Binary101100111011010101001001111101011000001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59362A; }

 p { color: rgb(89,54,42); }

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

<style>
 a { background-color: #59362A; }

 a { background-color: rgb(89,54,42); }

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

<style>
 span { border-color: #59362A; }

 span { border-color: rgb(89,54,42); }

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