#52240A

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

Shades of Baker's Chocolate #52240A

Tints of Baker's Chocolate #52240A

Color information

#52240A (or 0x52240A) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 24 and 0A. RGB value is (82,36,10). Sum of RGB (Red+Green+Blue) = 82+36+10=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52240A is #ADDBF5. Grayscale: #2E2E2E. Windows color (decimal): -11394038 or 664658. OLE color: 664658.

HSL color Cylindrical-coordinate representation of color #52240A: hue angle of 21.67º 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 #52240A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB823610-
CMYK00.560.880.68
HSL21.67º78.26%18.04%-
HSV(B)21.67º87.8%32.16%-
XYZ4.173.080.66-
YUV46.79107.24153.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.06%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=64.06%
G=28.12%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82361000.560.880.6821.6778.2618.04
Hex5224A0385844164e12
Octal12244120701301042611622
Binary1010010100100101001110001011000100010010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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