#543000

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

Shades of Baker's Chocolate #543000

Tints of Baker's Chocolate #543000

Color information

#543000 (or 0x543000) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 00. RGB value is (84,48,0). Sum of RGB (Red+Green+Blue) = 84+48+0=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #543000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543000 is #ABCFFF. Grayscale: #353535. Windows color (decimal): -11259904 or 12372. OLE color: 12372.

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

Color convert

RGB84480-
CMYK00.4310.67
HSL34.29º100%16.47%-
HSV(B)34.29º100%32.94%-
XYZ4.7140.52-
YUV53.2997.93149.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.64%
G=36.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8448000.4310.6734.2910016.47
Hex5430002B6443226410
Octal1246000531441034214420
Binary10101001100000010101111001001000011100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543000; }

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

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

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

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

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

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

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

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