#50341C

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

Shades of Brown Bramble #50341C

Tints of Brown Bramble #50341C

Color information

#50341C (or 0x50341C) is unknown color: approx Brown Bramble. HEX triplet: 50, 34 and 1C. RGB value is (80,52,28). Sum of RGB (Red+Green+Blue) = 80+52+28=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341C is #AFCBE3. Grayscale: #393939. Windows color (decimal): -11520996 or 1848400. OLE color: 1848400.

HSL color Cylindrical-coordinate representation of color #50341C: hue angle of 27.69º 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 #50341C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB805228-
CMYK00.350.650.69
HSL27.69º48.15%21.18%-
HSV(B)27.69º65%31.37%-
XYZ4.754.251.67-
YUV57.64111.28143.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=50%
G=32.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80522800.350.650.6927.6948.1521.18
Hex50341C02341451c3015
Octal1206434043101105346025
Binary1010000110100111000100011100000110001011110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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