#541900

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

Shades of Baker's Chocolate #541900

Tints of Baker's Chocolate #541900

Color information

#541900 (or 0x541900) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 19 and 00. RGB value is (84,25,0). Sum of RGB (Red+Green+Blue) = 84+25+0=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #541900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541900 is #ABE6FF. Grayscale: #272727. Windows color (decimal): -11265792 or 6484. OLE color: 6484.

HSL color Cylindrical-coordinate representation of color #541900: hue angle of 17.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #541900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB84250-
CMYK00.7010.67
HSL17.86º100%16.47%-
HSV(B)17.86º100%32.94%-
XYZ42.580.29-
YUV39.79105.55159.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.06%
G=22.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425000.7010.6717.8610016.47
Hex541900466443126410
Octal12431001061441032214420
Binary1010100110010010001101100100100001110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541900; }

 p { color: rgb(84,25,0); }

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

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

 a { background-color: rgb(84,25,0); }

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

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

 span { border-color: rgb(84,25,0); }

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