#542500

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

Shades of Baker's Chocolate #542500

Tints of Baker's Chocolate #542500

Color information

#542500 (or 0x542500) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 25 and 00. RGB value is (84,37,0). Sum of RGB (Red+Green+Blue) = 84+37+0=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #542500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542500 is #ABDAFF. Grayscale: #2F2F2F. Windows color (decimal): -11262720 or 9556. OLE color: 9556.

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

Color convert

RGB84370-
CMYK00.5610.67
HSL26.43º100%16.47%-
HSV(B)26.43º100%32.94%-
XYZ4.323.210.39-
YUV46.83101.57154.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.42%
G=30.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8437000.5610.6726.4310016.47
Hex5425003864431a6410
Octal1244500701441033214420
Binary1010100100101001110001100100100001111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542500; }

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

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

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

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

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

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

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

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