#543200

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

Shades of Baker's Chocolate #543200

Tints of Baker's Chocolate #543200

Color information

#543200 (or 0x543200) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 32 and 00. RGB value is (84,50,0). Sum of RGB (Red+Green+Blue) = 84+50+0=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #543200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543200 is #ABCDFF. Grayscale: #363636. Windows color (decimal): -11259392 or 12884. OLE color: 12884.

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

Color convert

RGB84500-
CMYK00.4010.67
HSL35.71º100%16.47%-
HSV(B)35.71º100%32.94%-
XYZ4.84.170.55-
YUV54.4797.26149.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.69%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.69%
G=37.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8450000.4010.6735.7110016.47
Hex543200286443246410
Octal1246200501441034414420
Binary10101001100100010100011001001000011100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543200; }

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

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

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

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

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

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

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

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