#50371B

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

Shades of Brown Bramble #50371B

Tints of Brown Bramble #50371B

Color information

#50371B (or 0x50371B) is unknown color: approx Brown Bramble. HEX triplet: 50, 37 and 1B. RGB value is (80,55,27). Sum of RGB (Red+Green+Blue) = 80+55+27=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50371B is #AFC8E4. Grayscale: #3B3B3B. Windows color (decimal): -11520229 or 1783632. OLE color: 1783632.

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

Color convert

RGB805527-
CMYK00.310.660.69
HSL31.7º49.53%20.98%-
HSV(B)31.7º66.25%31.37%-
XYZ4.874.521.65-
YUV59.28109.78142.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=49.38%
G=33.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80552700.310.660.6931.749.5320.98
Hex50371B01F4245203215
Octal1206733037102105406225
Binary1010000110111110110111111000010100010110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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