#52220A

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

Shades of Baker's Chocolate #52220A

Tints of Baker's Chocolate #52220A

Color information

#52220A (or 0x52220A) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 0A. RGB value is (82,34,10). Sum of RGB (Red+Green+Blue) = 82+34+10=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52220A is #ADDDF5. Grayscale: #2D2D2D. Windows color (decimal): -11394550 or 664146. OLE color: 664146.

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

Color convert

RGB823410-
CMYK00.590.880.68
HSL20º78.26%18.04%-
HSV(B)20º87.8%32.16%-
XYZ4.112.960.64-
YUV45.62107.9153.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 65.08%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=65.08%
G=26.98%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82341000.590.880.682078.2618.04
Hex5222A03B5844144e12
Octal12242120731301042411622
Binary1010010100010101001110111011000100010010100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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