#523111

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

Shades of Baker's Chocolate #523111

Tints of Baker's Chocolate #523111

Color information

#523111 (or 0x523111) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 31 and 11. RGB value is (82,49,17). Sum of RGB (Red+Green+Blue) = 82+49+17=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523111 is #ADCEEE. Grayscale: #373737. Windows color (decimal): -11390703 or 1126738. OLE color: 1126738.

HSL color Cylindrical-coordinate representation of color #523111: hue angle of 29.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #523111 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB824917-
CMYK00.400.790.68
HSL29.54º65.66%19.41%-
HSV(B)29.54º79.27%32.16%-
XYZ4.684.031.06-
YUV55.22106.43147.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=55.41%
G=33.11%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82491700.400.790.6829.5465.6619.41
Hex5231110284F441e4213
Octal12261210501171043610223
Binary10100101100011000101010001001111100010011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523111; }

 p { color: rgb(82,49,17); }

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

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

 a { background-color: rgb(82,49,17); }

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

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

 span { border-color: rgb(82,49,17); }

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