#542D09

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

Shades of Baker's Chocolate #542D09

Tints of Baker's Chocolate #542D09

Color information

#542D09 (or 0x542D09) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 09. RGB value is (84,45,9). Sum of RGB (Red+Green+Blue) = 84+45+9=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D09 is #ABD2F6. Grayscale: #343434. Windows color (decimal): -11260663 or 601428. OLE color: 601428.

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

Color convert

RGB84459-
CMYK00.460.890.67
HSL28.8º80.65%18.24%-
HSV(B)28.8º89.29%32.94%-
XYZ4.643.780.74-
YUV52.56103.42150.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=60.87%
G=32.61%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445900.460.890.6728.880.6518.24
Hex542D902E59431d5112
Octal12455110561311033512122
Binary1010100101101100101011101011001100001111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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