#542F07

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

Shades of Baker's Chocolate #542F07

Tints of Baker's Chocolate #542F07

Color information

#542F07 (or 0x542F07) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 07. RGB value is (84,47,7). Sum of RGB (Red+Green+Blue) = 84+47+7=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F07 is #ABD0F8. Grayscale: #353535. Windows color (decimal): -11260153 or 470868. OLE color: 470868.

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

Color convert

RGB84477-
CMYK00.440.920.67
HSL31.17º84.62%17.84%-
HSV(B)31.17º91.67%32.94%-
XYZ4.713.930.71-
YUV53.5101.76149.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=60.87%
G=34.06%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447700.440.920.6731.1784.6217.84
Hex542F702C5C431f5512
Octal1245770541341033712522
Binary101010010111111101011001011100100001111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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