#54360E

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

Shades of Baker's Chocolate #54360E

Tints of Baker's Chocolate #54360E

Color information

#54360E (or 0x54360E) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 36 and 0E. RGB value is (84,54,14). Sum of RGB (Red+Green+Blue) = 84+54+14=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54360E is #ABC9F1. Grayscale: #3A3A3A. Windows color (decimal): -11258354 or 931412. OLE color: 931412.

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

Color convert

RGB845414-
CMYK00.360.830.67
HSL34.29º71.43%19.22%-
HSV(B)34.29º83.33%32.94%-
XYZ5.054.551.03-
YUV58.41102.94146.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=55.26%
G=35.53%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84541400.360.830.6734.2971.4319.22
Hex5436E0245343224713
Octal12466160441231034210723
Binary10101001101101110010010010100111000011100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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