#522200

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

Shades of Baker's Chocolate #522200

Tints of Baker's Chocolate #522200

Color information

#522200 (or 0x522200) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 00. RGB value is (82,34,0). Sum of RGB (Red+Green+Blue) = 82+34+0=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #522200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522200 is #ADDDFF. Grayscale: #2C2C2C. Windows color (decimal): -11394560 or 8786. OLE color: 8786.

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

Color convert

RGB82340-
CMYK00.5910.68
HSL24.88º100%16.08%-
HSV(B)24.88º100%32.16%-
XYZ4.052.940.35-
YUV44.48102.9154.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.69%
G=29.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234000.5910.6824.8810016.08
Hex5222003B6444196410
Octal1224200731441043114420
Binary1010010100010001110111100100100010011001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522200; }

 p { color: rgb(82,34,0); }

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

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

 a { background-color: rgb(82,34,0); }

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

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

 span { border-color: rgb(82,34,0); }

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