#522A09

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

Shades of Baker's Chocolate #522A09

Tints of Baker's Chocolate #522A09

Color information

#522A09 (or 0x522A09) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2A and 09. RGB value is (82,42,9). Sum of RGB (Red+Green+Blue) = 82+42+9=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #522A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A09 is #ADD5F6. Grayscale: #323232. Windows color (decimal): -11392503 or 600658. OLE color: 600658.

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

Color convert

RGB82429-
CMYK00.490.890.68
HSL27.12º80.22%17.84%-
HSV(B)27.12º89.02%32.16%-
XYZ4.363.470.7-
YUV50.2104.75150.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=61.65%
G=31.58%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8242900.490.890.6827.1280.2217.84
Hex522A903159441b5012
Octal12252110611311043312022
Binary1010010101010100101100011011001100010011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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