#541E04

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

Shades of Baker's Chocolate #541E04

Tints of Baker's Chocolate #541E04

Color information

#541E04 (or 0x541E04) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 1E and 04. RGB value is (84,30,4). Sum of RGB (Red+Green+Blue) = 84+30+4=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #541E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541E04 is #ABE1FB. Grayscale: #2B2B2B. Windows color (decimal): -11264508 or 269908. OLE color: 269908.

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

Color convert

RGB84304-
CMYK00.640.950.67
HSL19.5º90.91%17.25%-
HSV(B)19.5º95.24%32.94%-
XYZ4.142.820.44-
YUV43.18105.89157.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=71.19%
G=25.42%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8430400.640.950.6719.590.9117.25
Hex541E40405F43145b11
Octal12436401001371032413321
Binary101010011110100010000001011111100001110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,4); }

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

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

 a { background-color: rgb(84,30,4); }

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

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

 span { border-color: rgb(84,30,4); }

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