#542000

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

Shades of Baker's Chocolate #542000

Tints of Baker's Chocolate #542000

Color information

#542000 (or 0x542000) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 20 and 00. RGB value is (84,32,0). Sum of RGB (Red+Green+Blue) = 84+32+0=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #542000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542000 is #ABDFFF. Grayscale: #2C2C2C. Windows color (decimal): -11264000 or 8276. OLE color: 8276.

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

Color convert

RGB84320-
CMYK00.6210.67
HSL22.86º100%16.47%-
HSV(B)22.86º100%32.94%-
XYZ4.172.920.34-
YUV43.9103.23156.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.41%
G=27.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8432000.6210.6722.8610016.47
Hex5420003E6443176410
Octal1244000761441032714420
Binary1010100100000001111101100100100001110111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542000; }

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

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

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

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

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

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

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

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