#522607

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

Shades of Baker's Chocolate #522607

Tints of Baker's Chocolate #522607

Color information

#522607 (or 0x522607) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 26 and 07. RGB value is (82,38,7). Sum of RGB (Red+Green+Blue) = 82+38+7=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #522607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522607 is #ADD9F8. Grayscale: #2F2F2F. Windows color (decimal): -11393529 or 468562. OLE color: 468562.

HSL color Cylindrical-coordinate representation of color #522607: hue angle of 24.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #522607 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82387-
CMYK00.540.910.68
HSL24.8º84.27%17.45%-
HSV(B)24.8º91.46%32.16%-
XYZ4.213.20.6-
YUV47.62105.08152.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=64.57%
G=29.92%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8238700.540.910.6824.884.2717.45
Hex522670365B44195411
Octal1224670661331043112421
Binary101001010011011101101101011011100010011001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522607; }

 p { color: rgb(82,38,7); }

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

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

 a { background-color: rgb(82,38,7); }

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

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

 span { border-color: rgb(82,38,7); }

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