#54340F

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

Shades of Baker's Chocolate #54340F

Tints of Baker's Chocolate #54340F

Color information

#54340F (or 0x54340F) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 0F. RGB value is (84,52,15). Sum of RGB (Red+Green+Blue) = 84+52+15=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54340F is #ABCBF0. Grayscale: #393939. Windows color (decimal): -11258865 or 996436. OLE color: 996436.

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

Color convert

RGB845215-
CMYK00.380.820.67
HSL32.17º69.7%19.41%-
HSV(B)32.17º82.14%32.94%-
XYZ4.974.381.03-
YUV57.35104.1147.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=55.63%
G=34.44%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521500.380.820.6732.1769.719.41
Hex5434F0265243204613
Octal12464170461221034010623
Binary10101001101001111010011010100101000011100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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