#502104

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

Shades of Baker's Chocolate #502104

Tints of Baker's Chocolate #502104

Color information

#502104 (or 0x502104) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 21 and 04. RGB value is (80,33,4). Sum of RGB (Red+Green+Blue) = 80+33+4=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #502104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502104 is #AFDEFB. Grayscale: #2B2B2B. Windows color (decimal): -11525884 or 270672. OLE color: 270672.

HSL color Cylindrical-coordinate representation of color #502104: hue angle of 22.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #502104 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB80334-
CMYK00.590.950.69
HSL22.89º90.48%16.47%-
HSV(B)22.89º95%31.37%-
XYZ3.872.80.45-
YUV43.75105.57153.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=68.38%
G=28.21%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033400.590.950.6922.8990.4816.47
Hex5021403B5F45175a10
Octal1204140731371052713220
Binary101000010000110001110111011111100010110111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502104; }

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

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

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

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

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

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

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

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