#542F15

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

Shades of Baker's Chocolate #542F15

Tints of Baker's Chocolate #542F15

Color information

#542F15 (or 0x542F15) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 15. RGB value is (84,47,21). Sum of RGB (Red+Green+Blue) = 84+47+21=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #542F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F15 is #ABD0EA. Grayscale: #373737. Windows color (decimal): -11260139 or 1388372. OLE color: 1388372.

HSL color Cylindrical-coordinate representation of color #542F15: hue angle of 24.76º 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 #542F15 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB844721-
CMYK00.440.750.67
HSL24.76º60%20.59%-
HSV(B)24.76º75%32.94%-
XYZ4.813.971.22-
YUV55.1108.76148.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=55.26%
G=30.92%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84472100.440.750.6724.766020.59
Hex542F1502C4B43193c15
Octal1245725054113103317425
Binary1010100101111101010101100100101110000111100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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