Html Css Color HEX #50311A Brown Bramble

📋 copy color: '#50311A'

red 80 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #50311A

Tints of Brown Bramble #50311A

RGB

 RED value IS 80 (31.64% from 255) = 51.61%

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 51.61%
G = 31.61%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50311A (or 0x50311A) is known color: Brown Bramble. HEX triplet: 50, 31 and 1A. RGB value is (80,49,26). Sum of RGB (Red+Green+Blue) = 80+49+26=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311A is #AFCEE5. Grayscale: #373737. Windows color (decimal): -11521766 or 1716560. OLE color: 1716560.

HSL color Cylindrical-coordinate representation of color #50311A: hue angle of 25.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50311A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 26 -
CMYK 0 0.39 0.67 0.69
HSL 25.56º 0.51% 0.21% -
HSV(B) 25.56º 0.68% 0.31% -
XYZ 4.59 3.98 1.5 -
YUV 55.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 80 49 26 0 0.39 0.67 0.69 25.56 0.51 0.21
Hex 50 31 1A 0 27 43 45 1A 33 15
Octal 120 61 32 0 47 103 105 32 63 25
Binary 1010000 110001 11010 0 100111 1000011 1000101 11010 110011 10101

Color Harmonies of #50311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50311A

Black with #50311A

Text Example


Text Example

White with #50311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50311A; }

 p { color: rgb(80,49,26); }

 H1.HeaderClassName
 {
   color: #50311A;
 }
 .AnyTagClassName
 {
   color: #50311A;
 }
</style>

background-color css

<style>
 a { background-color: #50311A; }

 a { background-color: rgb(80,49,26); }

 div.DivClassName
 {
   background-color: #50311A;
 }
 .BgClassName
 {
   background-color: #50311A;
 }
</style>

border-color css

<style>
 span { border-color: #50311A; }

 span { border-color: rgb(80,49,26); }

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