#541B03

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

Shades of Baker's Chocolate #541B03

Tints of Baker's Chocolate #541B03

Color information

#541B03 (or 0x541B03) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 1B and 03. RGB value is (84,27,3). Sum of RGB (Red+Green+Blue) = 84+27+3=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #541B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B03 is #ABE4FC. Grayscale: #292929. Windows color (decimal): -11265277 or 203604. OLE color: 203604.

HSL color Cylindrical-coordinate representation of color #541B03: hue angle of 17.78º 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 #541B03 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB84273-
CMYK00.680.960.67
HSL17.78º93.1%17.06%-
HSV(B)17.78º96.43%32.94%-
XYZ4.062.680.39-
YUV41.31106.38158.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=73.68%
G=23.68%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427300.680.960.6717.7893.117.06
Hex541B30446043125d11
Octal12433301041401032213521
Binary10101001101111010001001100000100001110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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