#54340D

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

Shades of Baker's Chocolate #54340D

Tints of Baker's Chocolate #54340D

Color information

#54340D (or 0x54340D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 0D. RGB value is (84,52,13). Sum of RGB (Red+Green+Blue) = 84+52+13=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340D is #ABCBF2. Grayscale: #393939. Windows color (decimal): -11258867 or 865364. OLE color: 865364.

HSL color Cylindrical-coordinate representation of color #54340D: hue angle of 32.96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54340D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845213-
CMYK00.380.850.67
HSL32.96º73.2%19.02%-
HSV(B)32.96º84.52%32.94%-
XYZ4.964.370.96-
YUV57.12103.1147.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=56.38%
G=34.90%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521300.380.850.6732.9673.219.02
Hex5434D0265543214913
Octal12464150461251034111123
Binary10101001101001101010011010101011000011100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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