Html Css Color HEX #50341F Brown Bramble

📋 copy color: '#50341F'

red 80 ◦ green 52 ◦ blue 31

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

Shades of Brown Bramble #50341F

Tints of Brown Bramble #50341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 49.08%
G = 31.9%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50341F (or 0x50341F) is known color: Brown Bramble. HEX triplet: 50, 34 and 1F. RGB value is (80,52,31). Sum of RGB (Red+Green+Blue) = 80+52+31=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341F is #AFCBE0. Grayscale: #3A3A3A. Windows color (decimal): -11520993 or 2045008. OLE color: 2045008.

HSL color Cylindrical-coordinate representation of color #50341F: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50341F is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 31 -
CMYK 0 0.35 0.61 0.69
HSL 25.71º 0.44% 0.22% -
HSV(B) 25.71º 0.61% 0.31% -
XYZ 4.78 4.26 1.87 -
YUV 57.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 80 52 31 0 0.35 0.61 0.69 25.71 0.44 0.22
Hex 50 34 1F 0 23 3D 45 1A 2C 16
Octal 120 64 37 0 43 75 105 32 54 26
Binary 1010000 110100 11111 0 100011 111101 1000101 11010 101100 10110

Color Harmonies of #50341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341F

Black with #50341F

Text Example


Text Example

White with #50341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50341F; }

 p { color: rgb(80,52,31); }

 H1.HeaderClassName
 {
   color: #50341F;
 }
 .AnyTagClassName
 {
   color: #50341F;
 }
</style>

background-color css

<style>
 a { background-color: #50341F; }

 a { background-color: rgb(80,52,31); }

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

border-color css

<style>
 span { border-color: #50341F; }

 span { border-color: rgb(80,52,31); }

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