#522602

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

Shades of Baker's Chocolate #522602

Tints of Baker's Chocolate #522602

Color information

#522602 (or 0x522602) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 26 and 02. RGB value is (82,38,2). Sum of RGB (Red+Green+Blue) = 82+38+2=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #522602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522602 is #ADD9FD. Grayscale: #2F2F2F. Windows color (decimal): -11393534 or 140882. OLE color: 140882.

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

Color convert

RGB82382-
CMYK00.540.980.68
HSL27º95.24%16.47%-
HSV(B)27º97.56%32.16%-
XYZ4.183.180.45-
YUV47.05102.58152.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=67.21%
G=31.15%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8238200.540.980.682795.2416.47
Hex5226203662441b5f10
Octal1224620661421043313720
Binary10100101001101001101101100010100010011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522602; }

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

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

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

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

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

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

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

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