#522504

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

Shades of Baker's Chocolate #522504

Tints of Baker's Chocolate #522504

Color information

#522504 (or 0x522504) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 25 and 04. RGB value is (82,37,4). Sum of RGB (Red+Green+Blue) = 82+37+4=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522504 is #ADDAFB. Grayscale: #2E2E2E. Windows color (decimal): -11393788 or 271698. OLE color: 271698.

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

Color convert

RGB82374-
CMYK00.550.950.68
HSL25.38º90.7%16.86%-
HSV(B)25.38º95.12%32.16%-
XYZ4.163.130.5-
YUV46.69103.91153.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=66.67%
G=30.08%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8237400.550.950.6825.3890.716.86
Hex522540375F44195b11
Octal1224540671371043113321
Binary101001010010110001101111011111100010011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522504; }

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

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

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

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

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

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

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

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