#522203

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

Shades of Baker's Chocolate #522203

Tints of Baker's Chocolate #522203

Color information

#522203 (or 0x522203) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 22 and 03. RGB value is (82,34,3). Sum of RGB (Red+Green+Blue) = 82+34+3=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #522203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522203 is #ADDDFC. Grayscale: #2C2C2C. Windows color (decimal): -11394557 or 205394. OLE color: 205394.

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

Color convert

RGB82343-
CMYK00.590.960.68
HSL23.54º92.94%16.67%-
HSV(B)23.54º96.34%32.16%-
XYZ4.072.940.44-
YUV44.82104.4154.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=68.91%
G=28.57%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234300.590.960.6823.5492.9416.67
Hex5222303B6044185d11
Octal1224230731401043013521
Binary10100101000101101110111100000100010011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522203; }

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

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

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

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

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

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

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

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