#542009

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

Shades of Baker's Chocolate #542009

Tints of Baker's Chocolate #542009

Color information

#542009 (or 0x542009) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 20 and 09. RGB value is (84,32,9). Sum of RGB (Red+Green+Blue) = 84+32+9=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #542009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542009 is #ABDFF6. Grayscale: #2D2D2D. Windows color (decimal): -11263991 or 598100. OLE color: 598100.

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

Color convert

RGB84329-
CMYK00.620.890.67
HSL18.4º80.65%18.24%-
HSV(B)18.4º89.29%32.94%-
XYZ4.222.940.6-
YUV44.93107.73155.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=67.2%
G=25.6%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8432900.620.890.6718.480.6518.24
Hex5420903E5943125112
Octal12440110761311032212122
Binary1010100100000100101111101011001100001110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542009; }

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

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

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

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

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

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

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

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