#542C02

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

Shades of Baker's Chocolate #542C02

Tints of Baker's Chocolate #542C02

Color information

#542C02 (or 0x542C02) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2C and 02. RGB value is (84,44,2). Sum of RGB (Red+Green+Blue) = 84+44+2=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #542C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C02 is #ABD3FD. Grayscale: #333333. Windows color (decimal): -11260926 or 142420. OLE color: 142420.

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

Color convert

RGB84442-
CMYK00.480.980.67
HSL30.73º95.35%16.86%-
HSV(B)30.73º97.62%32.94%-
XYZ4.573.690.53-
YUV51.17100.25151.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=64.62%
G=33.85%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8444200.480.980.6730.7395.3516.86
Hex542C203062431f5f11
Octal1245420601421033713721
Binary10101001011001001100001100010100001111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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