#522001

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

Shades of Baker's Chocolate #522001

Tints of Baker's Chocolate #522001

Color information

#522001 (or 0x522001) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 20 and 01. RGB value is (82,32,1). Sum of RGB (Red+Green+Blue) = 82+32+1=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #522001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522001 is #ADDFFE. Grayscale: #2B2B2B. Windows color (decimal): -11395071 or 73810. OLE color: 73810.

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

Color convert

RGB82321-
CMYK00.610.990.68
HSL22.96º97.59%16.27%-
HSV(B)22.96º98.78%32.16%-
XYZ42.830.36-
YUV43.42104.06155.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 71.30%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=71.30%
G=27.83%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232100.610.990.6822.9697.5916.27
Hex5220103D6344176210
Octal1224010751431042714220
Binary1010010100000101111011100011100010010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522001; }

 p { color: rgb(82,32,1); }

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

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

 a { background-color: rgb(82,32,1); }

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

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

 span { border-color: rgb(82,32,1); }

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