#522910

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

Shades of Baker's Chocolate #522910

Tints of Baker's Chocolate #522910

Color information

#522910 (or 0x522910) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 29 and 10. RGB value is (82,41,16). Sum of RGB (Red+Green+Blue) = 82+41+16=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522910 is #ADD6EF. Grayscale: #323232. Windows color (decimal): -11392752 or 1059154. OLE color: 1059154.

HSL color Cylindrical-coordinate representation of color #522910: hue angle of 22.73º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522910 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB824116-
CMYK00.500.800.68
HSL22.73º67.35%19.22%-
HSV(B)22.73º80.49%32.16%-
XYZ4.373.420.92-
YUV50.41108.58150.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=58.99%
G=29.50%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82411600.500.800.6822.7367.3519.22
Hex5229100325044174313
Octal12251200621201042710323
Binary10100101010011000001100101010000100010010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522910; }

 p { color: rgb(82,41,16); }

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

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

 a { background-color: rgb(82,41,16); }

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

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

 span { border-color: rgb(82,41,16); }

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