#542A09

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

Shades of Baker's Chocolate #542A09

Tints of Baker's Chocolate #542A09

Color information

#542A09 (or 0x542A09) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2A and 09. RGB value is (84,42,9). Sum of RGB (Red+Green+Blue) = 84+42+9=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A09 is #ABD5F6. Grayscale: #323232. Windows color (decimal): -11261431 or 600660. OLE color: 600660.

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

Color convert

RGB84429-
CMYK00.50.890.67
HSL26.4º80.65%18.24%-
HSV(B)26.4º89.29%32.94%-
XYZ4.533.560.71-
YUV50.8104.41151.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=62.22%
G=31.11%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8442900.50.890.6726.480.6518.24
Hex542A903259431a5112
Octal12452110621311033212122
Binary1010100101010100101100101011001100001111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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