#523200

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

Shades of Baker's Chocolate #523200

Tints of Baker's Chocolate #523200

Color information

#523200 (or 0x523200) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 32 and 00. RGB value is (82,50,0). Sum of RGB (Red+Green+Blue) = 82+50+0=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #523200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523200 is #ADCDFF. Grayscale: #363636. Windows color (decimal): -11390464 or 12882. OLE color: 12882.

HSL color Cylindrical-coordinate representation of color #523200: hue angle of 36.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #523200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB82500-
CMYK00.3910.68
HSL36.59º100%16.08%-
HSV(B)36.59º100%32.16%-
XYZ4.624.080.54-
YUV53.8797.6148.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.12%
G=37.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8250000.3910.6836.5910016.08
Hex523200276444256410
Octal1226200471441044514420
Binary10100101100100010011111001001000100100101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523200; }

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

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

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

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

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

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

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

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