#54350C

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

Shades of Baker's Chocolate #54350C

Tints of Baker's Chocolate #54350C

Color information

#54350C (or 0x54350C) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 0C. RGB value is (84,53,12). Sum of RGB (Red+Green+Blue) = 84+53+12=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350C is #ABCAF3. Grayscale: #393939. Windows color (decimal): -11258612 or 800084. OLE color: 800084.

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

Color convert

RGB845312-
CMYK00.370.860.67
HSL34.17º75%18.82%-
HSV(B)34.17º85.71%32.94%-
XYZ54.460.94-
YUV57.6102.27146.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=56.38%
G=35.57%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531200.370.860.6734.177518.82
Hex5435C0255643224b13
Octal12465140451261034211323
Binary10101001101011100010010110101101000011100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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