#54310C

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

Shades of Baker's Chocolate #54310C

Tints of Baker's Chocolate #54310C

Color information

#54310C (or 0x54310C) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 31 and 0C. RGB value is (84,49,12). Sum of RGB (Red+Green+Blue) = 84+49+12=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54310C is #ABCEF3. Grayscale: #373737. Windows color (decimal): -11259636 or 799060. OLE color: 799060.

HSL color Cylindrical-coordinate representation of color #54310C: hue angle of 30.83º 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 #54310C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB844912-
CMYK00.420.860.67
HSL30.83º75%18.82%-
HSV(B)30.83º85.71%32.94%-
XYZ4.824.110.89-
YUV55.25103.6148.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=57.93%
G=33.79%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84491200.420.860.6730.837518.82
Hex5431C02A56431f4b13
Octal12461140521261033711323
Binary1010100110001110001010101010110100001111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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