#522C11

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

Shades of Baker's Chocolate #522C11

Tints of Baker's Chocolate #522C11

Color information

#522C11 (or 0x522C11) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 2C and 11. RGB value is (82,44,17). Sum of RGB (Red+Green+Blue) = 82+44+17=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #522C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522C11 is #ADD3EE. Grayscale: #343434. Windows color (decimal): -11391983 or 1125458. OLE color: 1125458.

HSL color Cylindrical-coordinate representation of color #522C11: hue angle of 24.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522C11 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB824417-
CMYK00.460.790.68
HSL24.92º65.66%19.41%-
HSV(B)24.92º79.27%32.16%-
XYZ4.483.641-
YUV52.28108.09149.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=57.34%
G=30.77%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82441700.460.790.6824.9265.6619.41
Hex522C1102E4F44194213
Octal12254210561171043110223
Binary10100101011001000101011101001111100010011001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522C11; }

 p { color: rgb(82,44,17); }

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

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

 a { background-color: rgb(82,44,17); }

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

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

 span { border-color: rgb(82,44,17); }

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