#502209

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

Shades of Baker's Chocolate #502209

Tints of Baker's Chocolate #502209

Color information

#502209 (or 0x502209) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 22 and 09. RGB value is (80,34,9). Sum of RGB (Red+Green+Blue) = 80+34+9=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #502209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502209 is #AFDDF6. Grayscale: #2D2D2D. Windows color (decimal): -11525623 or 598608. OLE color: 598608.

HSL color Cylindrical-coordinate representation of color #502209: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #502209 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80349-
CMYK00.580.890.69
HSL21.13º79.78%17.45%-
HSV(B)21.13º88.75%31.37%-
XYZ3.932.870.61-
YUV44.9107.74153.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=65.04%
G=27.64%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034900.580.890.6921.1379.7817.45
Hex5022903A5945155011
Octal12042110721311052512021
Binary1010000100010100101110101011001100010110101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502209; }

 p { color: rgb(80,34,9); }

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

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

 a { background-color: rgb(80,34,9); }

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

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

 span { border-color: rgb(80,34,9); }

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