#5A3729

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

Shades of Cioccolato #5A3729

Tints of Cioccolato #5A3729

Color information

#5A3729 (or 0x5A3729) is unknown color: approx Cioccolato. HEX triplet: 5A, 37 and 29. RGB value is (90,55,41). Sum of RGB (Red+Green+Blue) = 90+55+41=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3729 is #A5C8D6. Grayscale: #3F3F3F. Windows color (decimal): -10864855 or 2701146. OLE color: 2701146.

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

Color convert

RGB905541-
CMYK00.390.540.65
HSL17.14º37.4%25.69%-
HSV(B)17.14º54.44%35.29%-
XYZ5.985.072.76-
YUV63.87115.1146.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.39%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=48.39%
G=29.57%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90554100.390.540.6517.1437.425.69
Hex5A3729027364111251a
Octal132675104766101214532
Binary1011010110111101001010011111011010000011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,41); }

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

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

 a { background-color: rgb(90,55,41); }

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

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

 span { border-color: rgb(90,55,41); }

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