#542D07

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

Shades of Baker's Chocolate #542D07

Tints of Baker's Chocolate #542D07

Color information

#542D07 (or 0x542D07) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 07. RGB value is (84,45,7). Sum of RGB (Red+Green+Blue) = 84+45+7=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #542D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D07 is #ABD2F8. Grayscale: #343434. Windows color (decimal): -11260665 or 470356. OLE color: 470356.

HSL color Cylindrical-coordinate representation of color #542D07: hue angle of 29.61º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #542D07 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84457-
CMYK00.460.920.67
HSL29.61º84.62%17.84%-
HSV(B)29.61º91.67%32.94%-
XYZ4.633.780.69-
YUV52.33102.42150.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 7 (3.12% from 255) = 5.15%
R=61.76%
G=33.09%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445700.460.920.6729.6184.6217.84
Hex542D702E5C431e5512
Octal1245570561341033612522
Binary101010010110111101011101011100100001111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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