#522709

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

Shades of Baker's Chocolate #522709

Tints of Baker's Chocolate #522709

Color information

#522709 (or 0x522709) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 27 and 09. RGB value is (82,39,9). Sum of RGB (Red+Green+Blue) = 82+39+9=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #522709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522709 is #ADD8F6. Grayscale: #303030. Windows color (decimal): -11393271 or 599890. OLE color: 599890.

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

Color convert

RGB82399-
CMYK00.520.890.68
HSL24.66º80.22%17.84%-
HSV(B)24.66º89.02%32.16%-
XYZ4.253.260.66-
YUV48.44105.75151.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=63.08%
G=30%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8239900.520.890.6824.6680.2217.84
Hex522790345944195012
Octal12247110641311043112022
Binary1010010100111100101101001011001100010011001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522709; }

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

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

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

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

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

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

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

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