#54340B

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

Shades of Baker's Chocolate #54340B

Tints of Baker's Chocolate #54340B

Color information

#54340B (or 0x54340B) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 0B. RGB value is (84,52,11). Sum of RGB (Red+Green+Blue) = 84+52+11=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340B is #ABCBF4. Grayscale: #393939. Windows color (decimal): -11258869 or 734292. OLE color: 734292.

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

Color convert

RGB845211-
CMYK00.380.870.67
HSL33.7º76.84%18.63%-
HSV(B)33.7º86.9%32.94%-
XYZ4.944.360.9-
YUV56.89102.1147.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=57.14%
G=35.37%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521100.380.870.6733.776.8418.63
Hex5434B0265743224d13
Octal12464130461271034211523
Binary10101001101001011010011010101111000011100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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