#523513

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

Shades of Baker's Chocolate #523513

Tints of Baker's Chocolate #523513

Color information

#523513 (or 0x523513) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 35 and 13. RGB value is (82,53,19). Sum of RGB (Red+Green+Blue) = 82+53+19=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523513 is #ADCAEC. Grayscale: #393939. Windows color (decimal): -11389677 or 1258834. OLE color: 1258834.

HSL color Cylindrical-coordinate representation of color #523513: hue angle of 32.38º 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 #523513 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB825319-
CMYK00.350.770.68
HSL32.38º62.38%19.8%-
HSV(B)32.38º76.83%32.16%-
XYZ4.874.391.21-
YUV57.79106.11145.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=53.25%
G=34.42%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82531900.350.770.6832.3862.3819.8
Hex5235130234D44203e14
Octal1226523043115104407624
Binary10100101101011001101000111001101100010010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523513; }

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

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

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

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

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

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

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

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