#54382D

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

Shades of Cioccolato #54382D

Tints of Cioccolato #54382D

Color information

#54382D (or 0x54382D) is unknown color: approx Cioccolato. HEX triplet: 54, 38 and 2D. RGB value is (84,56,45). Sum of RGB (Red+Green+Blue) = 84+56+45=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54382D is #ABC7D2. Grayscale: #3F3F3F. Windows color (decimal): -11257811 or 2963540. OLE color: 2963540.

HSL color Cylindrical-coordinate representation of color #54382D: hue angle of 16.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54382D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB845645-
CMYK00.330.460.67
HSL16.92º30.23%25.29%-
HSV(B)16.92º46.43%32.94%-
XYZ5.544.93.14-
YUV63.12117.78142.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=45.41%
G=30.27%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84564500.330.460.6716.9230.2325.29
Hex54382D0212E43111e19
Octal124705504156103213631
Binary101010011100010110101000011011101000011100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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