#50310A

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

Shades of Baker's Chocolate #50310A

Tints of Baker's Chocolate #50310A

Color information

#50310A (or 0x50310A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 31 and 0A. RGB value is (80,49,10). Sum of RGB (Red+Green+Blue) = 80+49+10=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #50310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50310A is #AFCEF5. Grayscale: #363636. Windows color (decimal): -11521782 or 667984. OLE color: 667984.

HSL color Cylindrical-coordinate representation of color #50310A: hue angle of 33.43º 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 #50310A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB804910-
CMYK00.390.870.69
HSL33.43º77.78%17.65%-
HSV(B)33.43º87.5%31.37%-
XYZ4.463.920.81-
YUV53.82103.27146.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=57.55%
G=35.25%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80491000.390.870.6933.4377.7817.65
Hex5031A0275745214e12
Octal12061120471271054111622
Binary10100001100011010010011110101111000101100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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