#542A07

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

Shades of Baker's Chocolate #542A07

Tints of Baker's Chocolate #542A07

Color information

#542A07 (or 0x542A07) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2A and 07. RGB value is (84,42,7). Sum of RGB (Red+Green+Blue) = 84+42+7=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #542A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A07 is #ABD5F8. Grayscale: #323232. Windows color (decimal): -11261433 or 469588. OLE color: 469588.

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

Color convert

RGB84427-
CMYK00.50.920.67
HSL27.27º84.62%17.84%-
HSV(B)27.27º91.67%32.94%-
XYZ4.523.560.65-
YUV50.57103.41151.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=63.16%
G=31.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8442700.50.920.6727.2784.6217.84
Hex542A70325C431b5512
Octal1245270621341033312522
Binary101010010101011101100101011100100001111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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