#523711

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

Shades of Baker's Chocolate #523711

Tints of Baker's Chocolate #523711

Color information

#523711 (or 0x523711) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 37 and 11. RGB value is (82,55,17). Sum of RGB (Red+Green+Blue) = 82+55+17=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523711 is #ADC8EE. Grayscale: #3A3A3A. Windows color (decimal): -11389167 or 1128274. OLE color: 1128274.

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

Color convert

RGB825517-
CMYK00.330.790.68
HSL35.08º65.66%19.41%-
HSV(B)35.08º79.27%32.16%-
XYZ4.954.571.15-
YUV58.74104.45144.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=53.25%
G=35.71%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82551700.330.790.6835.0865.6619.41
Hex5237110214F44234213
Octal12267210411171044310223
Binary101001011011110001010000110011111000100100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523711; }

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

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

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

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

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

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

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

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