#54390E

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

Shades of Baker's Chocolate #54390E

Tints of Baker's Chocolate #54390E

Color information

#54390E (or 0x54390E) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 39 and 0E. RGB value is (84,57,14). Sum of RGB (Red+Green+Blue) = 84+57+14=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #54390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54390E is #ABC6F1. Grayscale: #3C3C3C. Windows color (decimal): -11257586 or 932180. OLE color: 932180.

HSL color Cylindrical-coordinate representation of color #54390E: hue angle of 36.86º 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 #54390E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB845714-
CMYK00.320.830.67
HSL36.86º71.43%19.22%-
HSV(B)36.86º83.33%32.94%-
XYZ5.24.841.08-
YUV60.17101.95145-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=54.19%
G=36.77%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84571400.320.830.6736.8671.4319.22
Hex5439E0205343254713
Octal12471160401231034510723
Binary10101001110011110010000010100111000011100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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