#542201

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

Shades of Baker's Chocolate #542201

Tints of Baker's Chocolate #542201

Color information

#542201 (or 0x542201) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 22 and 01. RGB value is (84,34,1). Sum of RGB (Red+Green+Blue) = 84+34+1=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #542201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542201 is #ABDDFE. Grayscale: #2D2D2D. Windows color (decimal): -11263487 or 74324. OLE color: 74324.

HSL color Cylindrical-coordinate representation of color #542201: hue angle of 23.86º 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 #542201 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB84341-
CMYK00.600.990.67
HSL23.86º97.65%16.67%-
HSV(B)23.86º98.81%32.94%-
XYZ4.233.030.39-
YUV45.19103.06155.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=70.59%
G=28.57%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8434100.600.990.6723.8697.6516.67
Hex5422103C6343186211
Octal1244210741431033014221
Binary1010100100010101111001100011100001111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542201; }

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

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

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

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

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

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

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

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