#50341D

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

Shades of Brown Bramble #50341D

Tints of Brown Bramble #50341D

Color information

#50341D (or 0x50341D) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 1D. RGB value is (80,52,29). Sum of RGB (Red+Green+Blue) = 80+52+29=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341D is #AFCBE2. Grayscale: #393939. Windows color (decimal): -11520995 or 1913936. OLE color: 1913936.

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

Color convert

RGB805229-
CMYK00.350.640.69
HSL27.06º46.79%21.37%-
HSV(B)27.06º63.75%31.37%-
XYZ4.764.251.73-
YUV57.75111.78143.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=49.69%
G=32.30%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80522900.350.640.6927.0646.7921.37
Hex50341D02340451b2f15
Octal1206435043100105335725
Binary1010000110100111010100011100000010001011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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