#50371E

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

Shades of Brown Bramble #50371E

Tints of Brown Bramble #50371E

Color information

#50371E (or 0x50371E) is unknown color: approx Brown Bramble. HEX triplet: 50, 37 and 1E. RGB value is (80,55,30). Sum of RGB (Red+Green+Blue) = 80+55+30=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50371E is #AFC8E1. Grayscale: #3B3B3B. Windows color (decimal): -11520226 or 1980240. OLE color: 1980240.

HSL color Cylindrical-coordinate representation of color #50371E: hue angle of 30º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50371E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB805530-
CMYK00.310.620.69
HSL30º45.45%21.57%-
HSV(B)30º62.5%31.37%-
XYZ4.914.531.84-
YUV59.62111.28142.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=48.48%
G=33.33%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80553000.310.620.693045.4521.57
Hex50371E01F3E451e2d16
Octal120673603776105365526
Binary10100001101111111001111111111010001011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50371E; }

 p { color: rgb(80,55,30); }

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

<style>
 a { background-color: #50371E; }

 a { background-color: rgb(80,55,30); }

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

<style>
 span { border-color: #50371E; }

 span { border-color: rgb(80,55,30); }

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