#541F01

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

Shades of Baker's Chocolate #541F01

Tints of Baker's Chocolate #541F01

Color information

#541F01 (or 0x541F01) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 1F and 01. RGB value is (84,31,1). Sum of RGB (Red+Green+Blue) = 84+31+1=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #541F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F01 is #ABE0FE. Grayscale: #2B2B2B. Windows color (decimal): -11264255 or 73556. OLE color: 73556.

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

Color convert

RGB84311-
CMYK00.630.990.67
HSL21.69º97.65%16.67%-
HSV(B)21.69º98.81%32.94%-
XYZ4.152.870.36-
YUV43.43104.06156.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=72.41%
G=26.72%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8431100.630.990.6721.6997.6516.67
Hex541F103F6343166211
Octal1243710771431032614221
Binary101010011111101111111100011100001110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,31,1); }

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

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

 a { background-color: rgb(84,31,1); }

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

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

 span { border-color: rgb(84,31,1); }

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