#52220C

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

Shades of Baker's Chocolate #52220C

Tints of Baker's Chocolate #52220C

Color information

#52220C (or 0x52220C) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 0C. RGB value is (82,34,12). Sum of RGB (Red+Green+Blue) = 82+34+12=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52220C is #ADDDF3. Grayscale: #2D2D2D. Windows color (decimal): -11394548 or 795218. OLE color: 795218.

HSL color Cylindrical-coordinate representation of color #52220C: hue angle of 18.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52220C is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB823412-
CMYK00.590.850.68
HSL18.86º74.47%18.43%-
HSV(B)18.86º85.37%32.16%-
XYZ4.122.960.7-
YUV45.84108.9153.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=64.06%
G=26.56%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82341200.590.850.6818.8674.4718.43
Hex5222C03B5544134a12
Octal12242140731251042311222
Binary1010010100010110001110111010101100010010011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52220C; }

 p { color: rgb(82,34,12); }

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

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

 a { background-color: rgb(82,34,12); }

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

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

 span { border-color: rgb(82,34,12); }

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