#50340B

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

Shades of Baker's Chocolate #50340B

Tints of Baker's Chocolate #50340B

Color information

#50340B (or 0x50340B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 34 and 0B. RGB value is (80,52,11). Sum of RGB (Red+Green+Blue) = 80+52+11=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50340B is #AFCBF4. Grayscale: #373737. Windows color (decimal): -11521013 or 734288. OLE color: 734288.

HSL color Cylindrical-coordinate representation of color #50340B: hue angle of 35.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50340B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB805211-
CMYK00.350.860.69
HSL35.65º75.82%17.84%-
HSV(B)35.65º86.25%31.37%-
XYZ4.64.190.88-
YUV55.7102.78145.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=55.94%
G=36.36%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80521100.350.860.6935.6575.8217.84
Hex5034B0235645244c12
Octal12064130431261054411422
Binary10100001101001011010001110101101000101100100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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