#522309

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

Shades of Baker's Chocolate #522309

Tints of Baker's Chocolate #522309

Color information

#522309 (or 0x522309) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 23 and 09. RGB value is (82,35,9). Sum of RGB (Red+Green+Blue) = 82+35+9=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #522309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522309 is #ADDCF6. Grayscale: #2E2E2E. Windows color (decimal): -11394295 or 598866. OLE color: 598866.

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

Color convert

RGB82359-
CMYK00.570.890.68
HSL21.37º80.22%17.84%-
HSV(B)21.37º89.02%32.16%-
XYZ4.133.020.62-
YUV46.09107.07153.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.08%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=65.08%
G=27.78%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235900.570.890.6821.3780.2217.84
Hex522390395944155012
Octal12243110711311042512022
Binary1010010100011100101110011011001100010010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522309; }

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

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

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

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

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

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

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

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