#543C07

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

Shades of Baker's Chocolate #543C07

Tints of Baker's Chocolate #543C07

Color information

#543C07 (or 0x543C07) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3C and 07. RGB value is (84,60,7). Sum of RGB (Red+Green+Blue) = 84+60+7=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #543C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C07 is #ABC3F8. Grayscale: #3D3D3D. Windows color (decimal): -11256825 or 474196. OLE color: 474196.

HSL color Cylindrical-coordinate representation of color #543C07: hue angle of 41.3º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #543C07 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84607-
CMYK00.290.920.67
HSL41.3º84.62%17.84%-
HSV(B)41.3º91.67%32.94%-
XYZ5.315.130.91-
YUV61.1397.45144.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=55.63%
G=39.74%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8460700.290.920.6741.384.6217.84
Hex543C701D5C43295512
Octal1247470351341035112522
Binary101010011110011101110110111001000011101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543C07; }

 p { color: rgb(84,60,7); }

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

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

 a { background-color: rgb(84,60,7); }

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

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

 span { border-color: rgb(84,60,7); }

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