#541C05

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

Shades of Baker's Chocolate #541C05

Tints of Baker's Chocolate #541C05

Color information

#541C05 (or 0x541C05) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 1C and 05. RGB value is (84,28,5). Sum of RGB (Red+Green+Blue) = 84+28+5=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #541C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C05 is #ABE3FA. Grayscale: #2A2A2A. Windows color (decimal): -11265019 or 334932. OLE color: 334932.

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

Color convert

RGB84285-
CMYK00.670.940.67
HSL17.47º88.76%17.45%-
HSV(B)17.47º94.05%32.94%-
XYZ4.12.730.45-
YUV42.12107.05157.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=71.79%
G=23.93%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8428500.670.940.6717.4788.7617.45
Hex541C50435E43115911
Octal12434501031361032113121
Binary101010011100101010000111011110100001110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C05; }

 p { color: rgb(84,28,5); }

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

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

 a { background-color: rgb(84,28,5); }

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

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

 span { border-color: rgb(84,28,5); }

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