#502109

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

Shades of Baker's Chocolate #502109

Tints of Baker's Chocolate #502109

Color information

#502109 (or 0x502109) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 21 and 09. RGB value is (80,33,9). Sum of RGB (Red+Green+Blue) = 80+33+9=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #502109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502109 is #AFDEF6. Grayscale: #2C2C2C. Windows color (decimal): -11525879 or 598352. OLE color: 598352.

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

Color convert

RGB80339-
CMYK00.590.890.69
HSL20.28º79.78%17.45%-
HSV(B)20.28º88.75%31.37%-
XYZ3.92.810.6-
YUV44.32108.07153.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=65.57%
G=27.05%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033900.590.890.6920.2879.7817.45
Hex5021903B5945145011
Octal12041110731311052412021
Binary1010000100001100101110111011001100010110100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502109; }

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

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

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

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

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

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

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

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