#54320A

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

Shades of Baker's Chocolate #54320A

Tints of Baker's Chocolate #54320A

Color information

#54320A (or 0x54320A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 32 and 0A. RGB value is (84,50,10). Sum of RGB (Red+Green+Blue) = 84+50+10=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54320A is #ABCDF5. Grayscale: #373737. Windows color (decimal): -11259382 or 668244. OLE color: 668244.

HSL color Cylindrical-coordinate representation of color #54320A: hue angle of 32.43º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54320A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB845010-
CMYK00.400.880.67
HSL32.43º78.72%18.43%-
HSV(B)32.43º88.1%32.94%-
XYZ4.854.190.84-
YUV55.61102.26148.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=58.33%
G=34.72%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84501000.400.880.6732.4378.7218.43
Hex5432A0285843204f12
Octal12462120501301034011722
Binary10101001100101010010100010110001000011100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54320A; }

 p { color: rgb(84,50,10); }

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

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

 a { background-color: rgb(84,50,10); }

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

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

 span { border-color: rgb(84,50,10); }

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