#523100

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

Shades of Baker's Chocolate #523100

Tints of Baker's Chocolate #523100

Color information

#523100 (or 0x523100) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 31 and 00. RGB value is (82,49,0). Sum of RGB (Red+Green+Blue) = 82+49+0=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #523100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523100 is #ADCEFF. Grayscale: #353535. Windows color (decimal): -11390720 or 12626. OLE color: 12626.

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

Color convert

RGB82490-
CMYK00.4010.68
HSL35.85º100%16.08%-
HSV(B)35.85º100%32.16%-
XYZ4.583.990.53-
YUV53.2897.93148.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.60%
G=37.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8249000.4010.6835.8510016.08
Hex523100286444246410
Octal1226100501441044414420
Binary10100101100010010100011001001000100100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523100; }

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

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

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

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

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

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

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

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