#522D05

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

Shades of Baker's Chocolate #522D05

Tints of Baker's Chocolate #522D05

Color information

#522D05 (or 0x522D05) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2D and 05. RGB value is (82,45,5). Sum of RGB (Red+Green+Blue) = 82+45+5=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #522D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522D05 is #ADD2FA. Grayscale: #333333. Windows color (decimal): -11391739 or 339282. OLE color: 339282.

HSL color Cylindrical-coordinate representation of color #522D05: hue angle of 31.17º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #522D05 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB82455-
CMYK00.450.940.68
HSL31.17º88.51%17.06%-
HSV(B)31.17º93.9%32.16%-
XYZ4.453.680.62-
YUV51.5101.76149.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=62.12%
G=34.09%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8245500.450.940.6831.1788.5117.06
Hex522D502D5E441f5911
Octal1225550551361043713121
Binary101001010110110101011011011110100010011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,5); }

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

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

 a { background-color: rgb(82,45,5); }

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

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

 span { border-color: rgb(82,45,5); }

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