#522A04

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

Shades of Baker's Chocolate #522A04

Tints of Baker's Chocolate #522A04

Color information

#522A04 (or 0x522A04) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 04. RGB value is (82,42,4). Sum of RGB (Red+Green+Blue) = 82+42+4=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #522A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A04 is #ADD5FB. Grayscale: #313131. Windows color (decimal): -11392508 or 272978. OLE color: 272978.

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

Color convert

RGB82424-
CMYK00.490.950.68
HSL29.23º90.7%16.86%-
HSV(B)29.23º95.12%32.16%-
XYZ4.333.460.55-
YUV49.63102.25151.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=64.06%
G=32.81%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242400.490.950.6829.2390.716.86
Hex522A40315F441d5b11
Octal1225240611371043513321
Binary101001010101010001100011011111100010011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A04; }

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

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

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

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

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

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

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

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