#50311C

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

Shades of Brown Bramble #50311C

Tints of Brown Bramble #50311C

Color information

#50311C (or 0x50311C) is unknown color: approx Brown Bramble. HEX triplet: 50, 31 and 1C. RGB value is (80,49,28). Sum of RGB (Red+Green+Blue) = 80+49+28=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311C is #AFCEE3. Grayscale: #373737. Windows color (decimal): -11521764 or 1847632. OLE color: 1847632.

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

Color convert

RGB804928-
CMYK00.390.650.69
HSL24.23º48.15%21.18%-
HSV(B)24.23º65%31.37%-
XYZ4.623.991.62-
YUV55.87112.27145.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=50.96%
G=31.21%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80492800.390.650.6924.2348.1521.18
Hex50311C0274145183015
Octal1206134047101105306025
Binary1010000110001111000100111100000110001011100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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