#543415

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

Shades of Baker's Chocolate #543415

Tints of Baker's Chocolate #543415

Color information

#543415 (or 0x543415) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 15. RGB value is (84,52,21). Sum of RGB (Red+Green+Blue) = 84+52+21=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543415 is #ABCBEA. Grayscale: #3A3A3A. Windows color (decimal): -11258859 or 1389652. OLE color: 1389652.

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

Color convert

RGB845221-
CMYK00.380.750.67
HSL29.52º60%20.59%-
HSV(B)29.52º75%32.94%-
XYZ5.024.391.29-
YUV58.03107.1146.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=53.50%
G=33.12%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84522100.380.750.6729.526020.59
Hex5434150264B431e3c15
Octal1246425046113103367425
Binary1010100110100101010100110100101110000111111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543415; }

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

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

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

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

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

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

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

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