#54350D

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

Shades of Baker's Chocolate #54350D

Tints of Baker's Chocolate #54350D

Color information

#54350D (or 0x54350D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 0D. RGB value is (84,53,13). Sum of RGB (Red+Green+Blue) = 84+53+13=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350D is #ABCAF2. Grayscale: #393939. Windows color (decimal): -11258611 or 865620. OLE color: 865620.

HSL color Cylindrical-coordinate representation of color #54350D: hue angle of 33.8º 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 #54350D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845313-
CMYK00.370.850.67
HSL33.8º73.2%19.02%-
HSV(B)33.8º84.52%32.94%-
XYZ54.460.98-
YUV57.71102.77146.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=56%
G=35.33%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531300.370.850.6733.873.219.02
Hex5435D0255543224913
Octal12465150451251034211123
Binary10101001101011101010010110101011000011100010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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