#522802

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

Shades of Baker's Chocolate #522802

Tints of Baker's Chocolate #522802

Color information

#522802 (or 0x522802) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 28 and 02. RGB value is (82,40,2). Sum of RGB (Red+Green+Blue) = 82+40+2=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #522802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522802 is #ADD7FD. Grayscale: #303030. Windows color (decimal): -11393022 or 141394. OLE color: 141394.

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

Color convert

RGB82402-
CMYK00.510.980.68
HSL28.5º95.24%16.47%-
HSV(B)28.5º97.56%32.16%-
XYZ4.253.320.47-
YUV48.23101.91152.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=66.13%
G=32.26%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8240200.510.980.6828.595.2416.47
Hex5228203362441c5f10
Octal1225020631421043413720
Binary10100101010001001100111100010100010011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522802; }

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

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

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

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

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

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

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

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