#54340A

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

Shades of Baker's Chocolate #54340A

Tints of Baker's Chocolate #54340A

Color information

#54340A (or 0x54340A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 0A. RGB value is (84,52,10). Sum of RGB (Red+Green+Blue) = 84+52+10=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340A is #ABCBF5. Grayscale: #383838. Windows color (decimal): -11258870 or 668756. OLE color: 668756.

HSL color Cylindrical-coordinate representation of color #54340A: hue angle of 34.05º 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 #54340A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB845210-
CMYK00.380.880.67
HSL34.05º78.72%18.43%-
HSV(B)34.05º88.1%32.94%-
XYZ4.944.360.87-
YUV56.78101.6147.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=57.53%
G=35.62%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521000.380.880.6734.0578.7218.43
Hex5434A0265843224f12
Octal12464120461301034211722
Binary10101001101001010010011010110001000011100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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