#50341A

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

Shades of Brown Bramble #50341A

Tints of Brown Bramble #50341A

Color information

#50341A (or 0x50341A) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 1A. RGB value is (80,52,26). Sum of RGB (Red+Green+Blue) = 80+52+26=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341A is #AFCBE5. Grayscale: #393939. Windows color (decimal): -11520998 or 1717328. OLE color: 1717328.

HSL color Cylindrical-coordinate representation of color #50341A: hue angle of 28.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50341A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB805226-
CMYK00.350.670.69
HSL28.89º50.94%20.78%-
HSV(B)28.89º67.5%31.37%-
XYZ4.724.241.55-
YUV57.41110.28144.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=50.63%
G=32.91%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80522600.350.670.6928.8950.9420.78
Hex50341A02343451d3315
Octal1206432043103105356325
Binary1010000110100110100100011100001110001011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50341A; }

 p { color: rgb(80,52,26); }

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

<style>
 a { background-color: #50341A; }

 a { background-color: rgb(80,52,26); }

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

<style>
 span { border-color: #50341A; }

 span { border-color: rgb(80,52,26); }

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