#50351B

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

Shades of Brown Bramble #50351B

Tints of Brown Bramble #50351B

Color information

#50351B (or 0x50351B) is unknown color: approx Brown Bramble. HEX triplet: 50, 35 and 1B. RGB value is (80,53,27). Sum of RGB (Red+Green+Blue) = 80+53+27=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50351B is #AFCAE4. Grayscale: #3A3A3A. Windows color (decimal): -11520741 or 1783120. OLE color: 1783120.

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

Color convert

RGB805327-
CMYK00.340.660.69
HSL29.43º49.53%20.98%-
HSV(B)29.43º66.25%31.37%-
XYZ4.784.331.62-
YUV58.11110.45143.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=50%
G=33.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80532700.340.660.6929.4349.5320.98
Hex50351B02242451d3215
Octal1206533042102105356225
Binary1010000110101110110100010100001010001011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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