Html Css Color HEX #50371D Brown Bramble

📋 copy color: '#50371D'

red 80 ◦ green 55 ◦ blue 29

#50371D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #50371D

Tints of Brown Bramble #50371D

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 value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50371D (or 0x50371D) is known color: 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

RGB 80 55 29 -
CMYK 0 0.31 0.64 0.69
HSL 30.59º 0.47% 0.21% -
HSV(B) 30.59º 0.64% 0.31% -
XYZ 4.9 4.53 1.78 -
YUV 59.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 80 55 29 0 0.31 0.64 0.69 30.59 0.47 0.21
Hex 50 37 1D 0 1F 40 45 1F 2F 15
Octal 120 67 35 0 37 100 105 37 57 25
Binary 1010000 110111 11101 0 11111 1000000 1000101 11111 101111 10101

Color Harmonies of #50371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50371D

Black with #50371D

Text Example


Text Example

White with #50371D

Text Example


Text Example

HTML Codes & Css Web 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>