#542E09

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

Shades of Baker's Chocolate #542E09

Tints of Baker's Chocolate #542E09

Color information

#542E09 (or 0x542E09) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2E and 09. RGB value is (84,46,9). Sum of RGB (Red+Green+Blue) = 84+46+9=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542E09 is #ABD1F6. Grayscale: #353535. Windows color (decimal): -11260407 or 601684. OLE color: 601684.

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

Color convert

RGB84469-
CMYK00.450.890.67
HSL29.6º80.65%18.24%-
HSV(B)29.6º89.29%32.94%-
XYZ4.683.860.76-
YUV53.14103.09150.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=60.43%
G=33.09%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8446900.450.890.6729.680.6518.24
Hex542E902D59431e5112
Octal12456110551311033612122
Binary1010100101110100101011011011001100001111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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