#50340A

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

Shades of Baker's Chocolate #50340A

Tints of Baker's Chocolate #50340A

Color information

#50340A (or 0x50340A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 34 and 0A. RGB value is (80,52,10). Sum of RGB (Red+Green+Blue) = 80+52+10=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50340A is #AFCBF5. Grayscale: #373737. Windows color (decimal): -11521014 or 668752. OLE color: 668752.

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

Color convert

RGB805210-
CMYK00.350.870.69
HSL36º77.78%17.65%-
HSV(B)36º87.5%31.37%-
XYZ4.594.180.85-
YUV55.58102.28145.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 10 (4.30% from 255) = 7.04%
R=56.34%
G=36.62%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80521000.350.870.693677.7817.65
Hex5034A0235745244e12
Octal12064120431271054411622
Binary10100001101001010010001110101111000101100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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