#50240A

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

Shades of Baker's Chocolate #50240A

Tints of Baker's Chocolate #50240A

Color information

#50240A (or 0x50240A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 24 and 0A. RGB value is (80,36,10). Sum of RGB (Red+Green+Blue) = 80+36+10=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50240A is #AFDBF5. Grayscale: #2E2E2E. Windows color (decimal): -11525110 or 664656. OLE color: 664656.

HSL color Cylindrical-coordinate representation of color #50240A: hue angle of 22.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50240A is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB803610-
CMYK00.550.870.69
HSL22.29º77.78%17.65%-
HSV(B)22.29º87.5%31.37%-
XYZ3.992.990.65-
YUV46.19107.58152.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=63.49%
G=28.57%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80361000.550.870.6922.2977.7817.65
Hex5024A0375745164e12
Octal12044120671271052611622
Binary1010000100100101001101111010111100010110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50240A; }

 p { color: rgb(80,36,10); }

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

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

 a { background-color: rgb(80,36,10); }

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

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

 span { border-color: rgb(80,36,10); }

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