#50371D

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

Shades of Brown Bramble #50371D

Tints of Brown Bramble #50371D

Color information

#50371D (or 0x50371D) is unknown color: approx Brown Bramble. HEX triplet: 50, 37 and 1D. RGB value is (80,55,29). Sum of RGB (Red+Green+Blue) = 80+55+29=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50371D is #AFC8E2. Grayscale: #3B3B3B. Windows color (decimal): -11520227 or 1914704. OLE color: 1914704.

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

Color convert

RGB805529-
CMYK00.310.640.69
HSL30.59º46.79%21.37%-
HSV(B)30.59º63.75%31.37%-
XYZ4.94.531.78-
YUV59.51110.78142.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=48.78%
G=33.54%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80552900.310.640.6930.5946.7921.37
Hex50371D01F40451f2f15
Octal1206735037100105375725
Binary101000011011111101011111100000010001011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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