#542C15

Color #542C15 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #542C15

Tints of Baker's Chocolate #542C15

Color information

#542C15 (or 0x542C15) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2C and 15. RGB value is (84,44,21). Sum of RGB (Red+Green+Blue) = 84+44+21=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C15 is #ABD3EA. Grayscale: #353535. Windows color (decimal): -11260907 or 1387604. OLE color: 1387604.

HSL color Cylindrical-coordinate representation of color #542C15: hue angle of 21.9º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542C15 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB844421-
CMYK00.480.750.67
HSL21.9º60%20.59%-
HSV(B)21.9º75%32.94%-
XYZ4.693.741.18-
YUV53.34109.75149.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=56.38%
G=29.53%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84442100.480.750.6721.96020.59
Hex542C150304B43163c15
Octal1245425060113103267425
Binary1010100101100101010110000100101110000111011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C15; }

 p { color: rgb(84,44,21); }

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

<style>
 a { background-color: #542C15; }

 a { background-color: rgb(84,44,21); }

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

<style>
 span { border-color: #542C15; }

 span { border-color: rgb(84,44,21); }

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