#54372E

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

Shades of Cioccolato #54372E

Tints of Cioccolato #54372E

Color information

#54372E (or 0x54372E) is unknown color: approx Cioccolato. HEX triplet: 54, 37 and 2E. RGB value is (84,55,46). Sum of RGB (Red+Green+Blue) = 84+55+46=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54372E is #ABC8D1. Grayscale: #3E3E3E. Windows color (decimal): -11258066 or 3028820. OLE color: 3028820.

HSL color Cylindrical-coordinate representation of color #54372E: hue angle of 14.21º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54372E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB845546-
CMYK00.350.450.67
HSL14.21º29.23%25.49%-
HSV(B)14.21º45.24%32.94%-
XYZ5.524.813.22-
YUV62.64118.61143.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=45.41%
G=29.73%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84554600.350.450.6714.2129.2325.49
Hex54372E0232D43e1d19
Octal124675604355103163531
Binary10101001101111011100100011101101100001111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54372E; }

 p { color: rgb(84,55,46); }

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

<style>
 a { background-color: #54372E; }

 a { background-color: rgb(84,55,46); }

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

<style>
 span { border-color: #54372E; }

 span { border-color: rgb(84,55,46); }

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