#522508

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

Shades of Baker's Chocolate #522508

Tints of Baker's Chocolate #522508

Color information

#522508 (or 0x522508) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 25 and 08. RGB value is (82,37,8). Sum of RGB (Red+Green+Blue) = 82+37+8=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #522508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522508 is #ADDAF7. Grayscale: #2F2F2F. Windows color (decimal): -11393784 or 533842. OLE color: 533842.

HSL color Cylindrical-coordinate representation of color #522508: hue angle of 23.51º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522508 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82378-
CMYK00.550.900.68
HSL23.51º82.22%17.65%-
HSV(B)23.51º90.24%32.16%-
XYZ4.193.130.61-
YUV47.15105.91152.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=64.57%
G=29.13%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8237800.550.900.6823.5182.2217.65
Hex522580375A44185212
Octal12245100671321043012222
Binary1010010100101100001101111011010100010011000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522508; }

 p { color: rgb(82,37,8); }

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

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

 a { background-color: rgb(82,37,8); }

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

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

 span { border-color: rgb(82,37,8); }

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