#542506

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

Shades of Baker's Chocolate #542506

Tints of Baker's Chocolate #542506

Color information

#542506 (or 0x542506) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 25 and 06. RGB value is (84,37,6). Sum of RGB (Red+Green+Blue) = 84+37+6=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #542506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542506 is #ABDAF9. Grayscale: #2F2F2F. Windows color (decimal): -11262714 or 402772. OLE color: 402772.

HSL color Cylindrical-coordinate representation of color #542506: hue angle of 23.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #542506 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB84376-
CMYK00.560.930.67
HSL23.85º86.67%17.65%-
HSV(B)23.85º92.86%32.94%-
XYZ4.353.220.56-
YUV47.52104.57154.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=66.14%
G=29.13%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8437600.560.930.6723.8586.6717.65
Hex542560385D43185712
Octal1244560701351033012722
Binary101010010010111001110001011101100001111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542506; }

 p { color: rgb(84,37,6); }

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

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

 a { background-color: rgb(84,37,6); }

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

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

 span { border-color: rgb(84,37,6); }

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