#50310B

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

Shades of Baker's Chocolate #50310B

Tints of Baker's Chocolate #50310B

Color information

#50310B (or 0x50310B) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 31 and 0B. RGB value is (80,49,11). Sum of RGB (Red+Green+Blue) = 80+49+11=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50310B is #AFCEF4. Grayscale: #363636. Windows color (decimal): -11521781 or 733520. OLE color: 733520.

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

Color convert

RGB804911-
CMYK00.390.860.69
HSL33.04º75.82%17.84%-
HSV(B)33.04º86.25%31.37%-
XYZ4.473.930.84-
YUV53.94103.77146.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=57.14%
G=35%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80491100.390.860.6933.0475.8217.84
Hex5031B0275645214c12
Octal12061130471261054111422
Binary10100001100011011010011110101101000101100001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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