#542D02

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

Shades of Baker's Chocolate #542D02

Tints of Baker's Chocolate #542D02

Color information

#542D02 (or 0x542D02) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 02. RGB value is (84,45,2). Sum of RGB (Red+Green+Blue) = 84+45+2=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #542D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D02 is #ABD2FD. Grayscale: #333333. Windows color (decimal): -11260670 or 142676. OLE color: 142676.

HSL color Cylindrical-coordinate representation of color #542D02: hue angle of 31.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #542D02 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB84452-
CMYK00.460.980.67
HSL31.46º95.35%16.86%-
HSV(B)31.46º97.62%32.94%-
XYZ4.613.770.54-
YUV51.7699.92151-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=64.12%
G=34.35%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445200.460.980.6731.4695.3516.86
Hex542D202E62431f5f11
Octal1245520561421033713721
Binary10101001011011001011101100010100001111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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