#522907

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

Shades of Baker's Chocolate #522907

Tints of Baker's Chocolate #522907

Color information

#522907 (or 0x522907) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 29 and 07. RGB value is (82,41,7). Sum of RGB (Red+Green+Blue) = 82+41+7=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #522907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522907 is #ADD6F8. Grayscale: #313131. Windows color (decimal): -11392761 or 469330. OLE color: 469330.

HSL color Cylindrical-coordinate representation of color #522907: hue angle of 27.2º 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 #522907 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB82417-
CMYK00.500.910.68
HSL27.2º84.27%17.45%-
HSV(B)27.2º91.46%32.16%-
XYZ4.313.40.63-
YUV49.38104.08151.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.08%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=63.08%
G=31.54%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8241700.500.910.6827.284.2717.45
Hex522970325B441b5411
Octal1225170621331043312421
Binary101001010100111101100101011011100010011011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522907; }

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

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

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

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

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

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

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

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