#54362D

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

Shades of Cioccolato #54362D

Tints of Cioccolato #54362D

Color information

#54362D (or 0x54362D) is unknown color: approx Cioccolato. HEX triplet: 54, 36 and 2D. RGB value is (84,54,45). Sum of RGB (Red+Green+Blue) = 84+54+45=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54362D is #ABC9D2. Grayscale: #3E3E3E. Windows color (decimal): -11258323 or 2963028. OLE color: 2963028.

HSL color Cylindrical-coordinate representation of color #54362D: hue angle of 13.85º 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 #54362D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB845445-
CMYK00.360.460.67
HSL13.85º30.23%25.29%-
HSV(B)13.85º46.43%32.94%-
XYZ5.454.713.11-
YUV61.94118.44143.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=45.90%
G=29.51%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84544500.360.460.6713.8530.2325.29
Hex54362D0242E43e1e19
Octal124665504456103163631
Binary10101001101101011010100100101110100001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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