#542F09

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

Shades of Baker's Chocolate #542F09

Tints of Baker's Chocolate #542F09

Color information

#542F09 (or 0x542F09) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 09. RGB value is (84,47,9). Sum of RGB (Red+Green+Blue) = 84+47+9=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #542F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F09 is #ABD0F6. Grayscale: #353535. Windows color (decimal): -11260151 or 601940. OLE color: 601940.

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

Color convert

RGB84479-
CMYK00.440.890.67
HSL30.4º80.65%18.24%-
HSV(B)30.4º89.29%32.94%-
XYZ4.723.940.77-
YUV53.73102.76149.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=60%
G=33.57%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447900.440.890.6730.480.6518.24
Hex542F902C59431e5112
Octal12457110541311033612122
Binary1010100101111100101011001011001100001111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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