#50290B

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

Shades of Baker's Chocolate #50290B

Tints of Baker's Chocolate #50290B

Color information

#50290B (or 0x50290B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 0B. RGB value is (80,41,11). Sum of RGB (Red+Green+Blue) = 80+41+11=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50290B is #AFD6F4. Grayscale: #313131. Windows color (decimal): -11523829 or 731472. OLE color: 731472.

HSL color Cylindrical-coordinate representation of color #50290B: hue angle of 26.09º 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 #50290B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB804111-
CMYK00.490.860.69
HSL26.09º75.82%17.84%-
HSV(B)26.09º86.25%31.37%-
XYZ4.163.320.74-
YUV49.24106.42149.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=60.61%
G=31.06%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80411100.490.860.6926.0975.8217.84
Hex5029B03156451a4c12
Octal12051130611261053211422
Binary1010000101001101101100011010110100010111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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