#542400

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

Shades of Baker's Chocolate #542400

Tints of Baker's Chocolate #542400

Color information

#542400 (or 0x542400) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 24 and 00. RGB value is (84,36,0). Sum of RGB (Red+Green+Blue) = 84+36+0=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #542400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542400 is #ABDBFF. Grayscale: #2E2E2E. Windows color (decimal): -11262976 or 9300. OLE color: 9300.

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

Color convert

RGB84360-
CMYK00.5710.67
HSL25.71º100%16.47%-
HSV(B)25.71º100%32.94%-
XYZ4.293.150.38-
YUV46.25101.9154.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8436000.5710.6725.7110016.47
Hex5424003964431a6410
Octal1244400711441033214420
Binary1010100100100001110011100100100001111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542400; }

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

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

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

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

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

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

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

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