#542902

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

Shades of Baker's Chocolate #542902

Tints of Baker's Chocolate #542902

Color information

#542902 (or 0x542902) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 29 and 02. RGB value is (84,41,2). Sum of RGB (Red+Green+Blue) = 84+41+2=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #542902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542902 is #ABD6FD. Grayscale: #313131. Windows color (decimal): -11261694 or 141652. OLE color: 141652.

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

Color convert

RGB84412-
CMYK00.510.980.67
HSL28.54º95.35%16.86%-
HSV(B)28.54º97.62%32.94%-
XYZ4.463.480.49-
YUV49.41101.25152.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=66.14%
G=32.28%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8441200.510.980.6728.5495.3516.86
Hex5429203362431d5f11
Octal1245120631421033513721
Binary10101001010011001100111100010100001111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542902; }

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

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

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

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

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

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

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

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