#5A372C

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

Shades of Cioccolato #5A372C

Tints of Cioccolato #5A372C

Color information

#5A372C (or 0x5A372C) is unknown color: approx Cioccolato. HEX triplet: 5A, 37 and 2C. RGB value is (90,55,44). Sum of RGB (Red+Green+Blue) = 90+55+44=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A372C is #A5C8D3. Grayscale: #404040. Windows color (decimal): -10864852 or 2897754. OLE color: 2897754.

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

Color convert

RGB905544-
CMYK00.390.510.65
HSL14.35º34.33%26.27%-
HSV(B)14.35º51.11%35.29%-
XYZ6.045.093.05-
YUV64.21116.6146.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=47.62%
G=29.10%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90554400.390.510.6514.3534.3326.27
Hex5A372C0273341e221a
Octal132675404763101164232
Binary101101011011110110001001111100111000001111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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