#54360D

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

Shades of Baker's Chocolate #54360D

Tints of Baker's Chocolate #54360D

Color information

#54360D (or 0x54360D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 36 and 0D. RGB value is (84,54,13). Sum of RGB (Red+Green+Blue) = 84+54+13=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54360D is #ABC9F2. Grayscale: #3A3A3A. Windows color (decimal): -11258355 or 865876. OLE color: 865876.

HSL color Cylindrical-coordinate representation of color #54360D: hue angle of 34.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54360D is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845413-
CMYK00.360.850.67
HSL34.65º73.2%19.02%-
HSV(B)34.65º84.52%32.94%-
XYZ5.054.550.99-
YUV58.3102.44146.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=55.63%
G=35.76%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84541300.360.850.6734.6573.219.02
Hex5436D0245543234913
Octal12466150441251034311123
Binary10101001101101101010010010101011000011100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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