#50311B

Color #50311B Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #50311B

Tints of Brown Bramble #50311B

Color information

#50311B (or 0x50311B) is unknown color: approx Brown Bramble. HEX triplet: 50, 31 and 1B. RGB value is (80,49,27). Sum of RGB (Red+Green+Blue) = 80+49+27=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311B is #AFCEE4. Grayscale: #373737. Windows color (decimal): -11521765 or 1782096. OLE color: 1782096.

HSL color Cylindrical-coordinate representation of color #50311B: hue angle of 24.91º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50311B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB804927-
CMYK00.390.660.69
HSL24.91º49.53%20.98%-
HSV(B)24.91º66.25%31.37%-
XYZ4.63.981.56-
YUV55.76111.77145.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=51.28%
G=31.41%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80492700.390.660.6924.9149.5320.98
Hex50311B0274245193215
Octal1206133047102105316225
Binary1010000110001110110100111100001010001011100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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