#53310C

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

Shades of Baker's Chocolate #53310C

Tints of Baker's Chocolate #53310C

Color information

#53310C (or 0x53310C) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 0C. RGB value is (83,49,12). Sum of RGB (Red+Green+Blue) = 83+49+12=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53310C is #ACCEF3. Grayscale: #373737. Windows color (decimal): -11325172 or 799059. OLE color: 799059.

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

Color convert

RGB834912-
CMYK00.410.860.67
HSL31.27º74.74%18.63%-
HSV(B)31.27º85.54%32.55%-
XYZ4.734.060.88-
YUV54.95103.76148.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=57.64%
G=34.03%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83491200.410.860.6731.2774.7418.63
Hex5331C02956431f4b13
Octal12361140511261033711323
Binary1010011110001110001010011010110100001111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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