#502C09

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

Shades of Baker's Chocolate #502C09

Tints of Baker's Chocolate #502C09

Color information

#502C09 (or 0x502C09) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2C and 09. RGB value is (80,44,9). Sum of RGB (Red+Green+Blue) = 80+44+9=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C09 is #AFD3F6. Grayscale: #323232. Windows color (decimal): -11523063 or 601168. OLE color: 601168.

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

Color convert

RGB80449-
CMYK00.450.890.69
HSL29.58º79.78%17.45%-
HSV(B)29.58º88.75%31.37%-
XYZ4.263.530.71-
YUV50.77104.43148.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=60.15%
G=33.08%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8044900.450.890.6929.5879.7817.45
Hex502C902D59451e5011
Octal12054110551311053612021
Binary1010000101100100101011011011001100010111110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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