#522801

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

Shades of Baker's Chocolate #522801

Tints of Baker's Chocolate #522801

Color information

#522801 (or 0x522801) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 28 and 01. RGB value is (82,40,1). Sum of RGB (Red+Green+Blue) = 82+40+1=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522801 is #ADD7FE. Grayscale: #303030. Windows color (decimal): -11393023 or 75858. OLE color: 75858.

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

Color convert

RGB82401-
CMYK00.510.990.68
HSL28.89º97.59%16.27%-
HSV(B)28.89º98.78%32.16%-
XYZ4.243.310.44-
YUV48.11101.41152.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=66.67%
G=32.52%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8240100.510.990.6828.8997.5916.27
Hex5228103363441d6210
Octal1225010631431043514220
Binary1010010101000101100111100011100010011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522801; }

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

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

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

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

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

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

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

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