#522004

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

Shades of Baker's Chocolate #522004

Tints of Baker's Chocolate #522004

Color information

#522004 (or 0x522004) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 20 and 04. RGB value is (82,32,4). Sum of RGB (Red+Green+Blue) = 82+32+4=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #522004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522004 is #ADDFFB. Grayscale: #2B2B2B. Windows color (decimal): -11395068 or 270418. OLE color: 270418.

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

Color convert

RGB82324-
CMYK00.610.950.68
HSL21.54º90.7%16.86%-
HSV(B)21.54º95.12%32.16%-
XYZ4.022.840.45-
YUV43.76105.56155.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 69.49%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=69.49%
G=27.12%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232400.610.950.6821.5490.716.86
Hex5220403D5F44165b11
Octal1224040751371042613321
Binary101001010000010001111011011111100010010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522004; }

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

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

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

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

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

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

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

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