#54350E

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

Shades of Baker's Chocolate #54350E

Tints of Baker's Chocolate #54350E

Color information

#54350E (or 0x54350E) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 0E. RGB value is (84,53,14). Sum of RGB (Red+Green+Blue) = 84+53+14=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350E is #ABCAF1. Grayscale: #3A3A3A. Windows color (decimal): -11258610 or 931156. OLE color: 931156.

HSL color Cylindrical-coordinate representation of color #54350E: hue angle of 33.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54350E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB845314-
CMYK00.370.830.67
HSL33.43º71.43%19.22%-
HSV(B)33.43º83.33%32.94%-
XYZ5.014.461.01-
YUV57.82103.27146.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=55.63%
G=35.10%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531400.370.830.6733.4371.4319.22
Hex5435E0255343214713
Octal12465160451231034110723
Binary10101001101011110010010110100111000011100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54350E; }

 p { color: rgb(84,53,14); }

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

<style>
 a { background-color: #54350E; }

 a { background-color: rgb(84,53,14); }

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

<style>
 span { border-color: #54350E; }

 span { border-color: rgb(84,53,14); }

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