#543813

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

Shades of Baker's Chocolate #543813

Tints of Baker's Chocolate #543813

Color information

#543813 (or 0x543813) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 38 and 13. RGB value is (84,56,19). Sum of RGB (Red+Green+Blue) = 84+56+19=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #543813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543813 is #ABC7EC. Grayscale: #3C3C3C. Windows color (decimal): -11257837 or 1259604. OLE color: 1259604.

HSL color Cylindrical-coordinate representation of color #543813: hue angle of 34.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543813 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB845619-
CMYK00.330.770.67
HSL34.15º63.11%20.2%-
HSV(B)34.15º77.38%32.94%-
XYZ5.194.761.26-
YUV60.15104.78145.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=52.83%
G=35.22%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84561900.330.770.6734.1563.1120.2
Hex5438130214D43223f14
Octal1247023041115103427724
Binary10101001110001001101000011001101100001110001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543813; }

 p { color: rgb(84,56,19); }

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

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

 a { background-color: rgb(84,56,19); }

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

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

 span { border-color: rgb(84,56,19); }

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