#541C03

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

Shades of Baker's Chocolate #541C03

Tints of Baker's Chocolate #541C03

Color information

#541C03 (or 0x541C03) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 1C and 03. RGB value is (84,28,3). Sum of RGB (Red+Green+Blue) = 84+28+3=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #541C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C03 is #ABE3FC. Grayscale: #2A2A2A. Windows color (decimal): -11265021 or 203860. OLE color: 203860.

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

Color convert

RGB84283-
CMYK00.670.960.67
HSL18.52º93.1%17.06%-
HSV(B)18.52º96.43%32.94%-
XYZ4.092.720.4-
YUV41.89106.05158.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.04%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=73.04%
G=24.35%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8428300.670.960.6718.5293.117.06
Hex541C30436043135d11
Octal12434301031401032313521
Binary10101001110011010000111100000100001110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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