#543409

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

Shades of Baker's Chocolate #543409

Tints of Baker's Chocolate #543409

Color information

#543409 (or 0x543409) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 09. RGB value is (84,52,9). Sum of RGB (Red+Green+Blue) = 84+52+9=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #543409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543409 is #ABCBF6. Grayscale: #383838. Windows color (decimal): -11258871 or 603220. OLE color: 603220.

HSL color Cylindrical-coordinate representation of color #543409: hue angle of 34.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #543409 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB84529-
CMYK00.380.890.67
HSL34.4º80.65%18.24%-
HSV(B)34.4º89.29%32.94%-
XYZ4.934.360.84-
YUV56.67101.1147.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=57.93%
G=35.86%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452900.380.890.6734.480.6518.24
Hex543490265943225112
Octal12464110461311034212122
Binary10101001101001001010011010110011000011100010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543409; }

 p { color: rgb(84,52,9); }

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

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

 a { background-color: rgb(84,52,9); }

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

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

 span { border-color: rgb(84,52,9); }

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