#502709

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

Shades of Baker's Chocolate #502709

Tints of Baker's Chocolate #502709

Color information

#502709 (or 0x502709) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 27 and 09. RGB value is (80,39,9). Sum of RGB (Red+Green+Blue) = 80+39+9=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #502709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502709 is #AFD8F6. Grayscale: #303030. Windows color (decimal): -11524343 or 599888. OLE color: 599888.

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

Color convert

RGB80399-
CMYK00.510.890.69
HSL25.35º79.78%17.45%-
HSV(B)25.35º88.75%31.37%-
XYZ4.083.180.66-
YUV47.84106.08150.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=62.5%
G=30.47%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8039900.510.890.6925.3579.7817.45
Hex502790335945195011
Octal12047110631311053112021
Binary1010000100111100101100111011001100010111001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502709; }

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

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

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

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

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

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

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

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