#522009

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

Shades of Baker's Chocolate #522009

Tints of Baker's Chocolate #522009

Color information

#522009 (or 0x522009) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 20 and 09. RGB value is (82,32,9). Sum of RGB (Red+Green+Blue) = 82+32+9=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522009 is #ADDFF6. Grayscale: #2C2C2C. Windows color (decimal): -11395063 or 598098. OLE color: 598098.

HSL color Cylindrical-coordinate representation of color #522009: hue angle of 18.9º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #522009 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB82329-
CMYK00.610.890.68
HSL18.9º80.22%17.84%-
HSV(B)18.9º89.02%32.16%-
XYZ4.052.850.59-
YUV44.33108.06154.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=66.67%
G=26.02%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232900.610.890.6818.980.2217.84
Hex5220903D5944135012
Octal12240110751311042312022
Binary1010010100000100101111011011001100010010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522009; }

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

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

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

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

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

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

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

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