#523504

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

Shades of Baker's Chocolate #523504

Tints of Baker's Chocolate #523504

Color information

#523504 (or 0x523504) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 35 and 04. RGB value is (82,53,4). Sum of RGB (Red+Green+Blue) = 82+53+4=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #523504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523504 is #ADCAFB. Grayscale: #383838. Windows color (decimal): -11389692 or 275794. OLE color: 275794.

HSL color Cylindrical-coordinate representation of color #523504: hue angle of 37.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #523504 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB82534-
CMYK00.350.950.68
HSL37.69º90.7%16.86%-
HSV(B)37.69º95.12%32.16%-
XYZ4.774.350.7-
YUV56.0898.61146.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=58.99%
G=38.13%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8253400.350.950.6837.6990.716.86
Hex523540235F44265b11
Octal1226540431371044613321
Binary1010010110101100010001110111111000100100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523504; }

 p { color: rgb(82,53,4); }

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

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

 a { background-color: rgb(82,53,4); }

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

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

 span { border-color: rgb(82,53,4); }

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