#522904

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

Shades of Baker's Chocolate #522904

Tints of Baker's Chocolate #522904

Color information

#522904 (or 0x522904) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 29 and 04. RGB value is (82,41,4). Sum of RGB (Red+Green+Blue) = 82+41+4=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #522904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522904 is #ADD6FB. Grayscale: #313131. Windows color (decimal): -11392764 or 272722. OLE color: 272722.

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

Color convert

RGB82414-
CMYK00.500.950.68
HSL28.46º90.7%16.86%-
HSV(B)28.46º95.12%32.16%-
XYZ4.293.390.54-
YUV49.04102.58151.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=64.57%
G=32.28%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8241400.500.950.6828.4690.716.86
Hex522940325F441c5b11
Octal1225140621371043413321
Binary101001010100110001100101011111100010011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522904; }

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

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

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

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

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

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

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

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