#502D09

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

Shades of Baker's Chocolate #502D09

Tints of Baker's Chocolate #502D09

Color information

#502D09 (or 0x502D09) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2D and 09. RGB value is (80,45,9). Sum of RGB (Red+Green+Blue) = 80+45+9=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D09 is #AFD2F6. Grayscale: #333333. Windows color (decimal): -11522807 or 601424. OLE color: 601424.

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

Color convert

RGB80459-
CMYK00.440.890.69
HSL30.42º79.78%17.45%-
HSV(B)30.42º88.75%31.37%-
XYZ4.33.60.73-
YUV51.36104.1148.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=59.70%
G=33.58%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8045900.440.890.6930.4279.7817.45
Hex502D902C59451e5011
Octal12055110541311053612021
Binary1010000101101100101011001011001100010111110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D09; }

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

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

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

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

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

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

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

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