#543300

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

Shades of Baker's Chocolate #543300

Tints of Baker's Chocolate #543300

Color information

#543300 (or 0x543300) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 00. RGB value is (84,51,0). Sum of RGB (Red+Green+Blue) = 84+51+0=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #543300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543300 is #ABCCFF. Grayscale: #373737. Windows color (decimal): -11259136 or 13140. OLE color: 13140.

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

Color convert

RGB84510-
CMYK00.3910.67
HSL36.43º100%16.47%-
HSV(B)36.43º100%32.94%-
XYZ4.844.250.57-
YUV55.0596.93148.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.22%
G=37.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8451000.3910.6736.4310016.47
Hex543300276443246410
Octal1246300471441034414420
Binary10101001100110010011111001001000011100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543300; }

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

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

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

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

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

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

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

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