#54220C

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

Shades of Baker's Chocolate #54220C

Tints of Baker's Chocolate #54220C

Color information

#54220C (or 0x54220C) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 22 and 0C. RGB value is (84,34,12). Sum of RGB (Red+Green+Blue) = 84+34+12=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54220C is #ABDDF3. Grayscale: #2E2E2E. Windows color (decimal): -11263476 or 795220. OLE color: 795220.

HSL color Cylindrical-coordinate representation of color #54220C: hue angle of 18.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54220C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB843412-
CMYK00.600.860.67
HSL18.33º75%18.82%-
HSV(B)18.33º85.71%32.94%-
XYZ4.293.060.71-
YUV46.44108.56154.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=64.62%
G=26.15%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84341200.600.860.6718.337518.82
Hex5422C03C5643124b13
Octal12442140741261032211323
Binary1010100100010110001111001010110100001110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54220C; }

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

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

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

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

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

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

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

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