#523013

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

Shades of Baker's Chocolate #523013

Tints of Baker's Chocolate #523013

Color information

#523013 (or 0x523013) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 30 and 13. RGB value is (82,48,19). Sum of RGB (Red+Green+Blue) = 82+48+19=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523013 is #ADCFEC. Grayscale: #373737. Windows color (decimal): -11390957 or 1257554. OLE color: 1257554.

HSL color Cylindrical-coordinate representation of color #523013: hue angle of 27.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523013 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB824819-
CMYK00.410.770.68
HSL27.62º62.38%19.8%-
HSV(B)27.62º76.83%32.16%-
XYZ4.653.951.13-
YUV54.86107.76147.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=55.03%
G=32.21%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82481900.410.770.6827.6262.3819.8
Hex5230130294D441c3e14
Octal1226023051115104347624
Binary1010010110000100110101001100110110001001110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523013; }

 p { color: rgb(82,48,19); }

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

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

 a { background-color: rgb(82,48,19); }

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

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

 span { border-color: rgb(82,48,19); }

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