#542f00

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

Shades of Baker's Chocolate #542F00

Tints of Baker's Chocolate #542F00

Color information

#542F00 (or 0x542F00) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 00. RGB value is (84,47,0). Sum of RGB (Red+Green+Blue) = 84+47+0=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #542F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F00 is #ABD0FF. Grayscale: #343434. Windows color (decimal): -11260160 or 12116. OLE color: 12116.

HSL color Cylindrical-coordinate representation of color #542F00: hue angle of 33.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #542F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB84470-
CMYK00.4410.67
HSL33.57º100%16.47%-
HSV(B)33.57º100%32.94%-
XYZ4.673.920.51-
YUV52.798.26150.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.12%
G=35.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8447000.4410.6733.5710016.47
Hex542F002C6443226410
Octal1245700541441034214420
Binary10101001011110010110011001001000011100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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