#523211

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

Shades of Baker's Chocolate #523211

Tints of Baker's Chocolate #523211

Color information

#523211 (or 0x523211) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 32 and 11. RGB value is (82,50,17). Sum of RGB (Red+Green+Blue) = 82+50+17=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523211 is #ADCDEE. Grayscale: #373737. Windows color (decimal): -11390447 or 1126994. OLE color: 1126994.

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

Color convert

RGB825017-
CMYK00.390.790.68
HSL30.46º65.66%19.41%-
HSV(B)30.46º79.27%32.16%-
XYZ4.724.121.08-
YUV55.81106.1146.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=55.03%
G=33.56%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82501700.390.790.6830.4665.6619.41
Hex5232110274F441e4213
Octal12262210471171043610223
Binary10100101100101000101001111001111100010011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523211; }

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

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

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

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

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

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

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

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