Html Css Color HEX #50341D Brown Bramble

📋 copy color: '#50341D'

red 80 ◦ green 52 ◦ blue 29

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

Shades of Brown Bramble #50341D

Tints of Brown Bramble #50341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 49.69%
G = 32.3%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50341D (or 0x50341D) is known color: Brown Bramble. HEX triplet: 50, 34 and 1D. RGB value is (80,52,29). Sum of RGB (Red+Green+Blue) = 80+52+29=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50341D is #AFCBE2. Grayscale: #393939. Windows color (decimal): -11520995 or 1913936. OLE color: 1913936.

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

Color convert

RGB 80 52 29 -
CMYK 0 0.35 0.64 0.69
HSL 27.06º 0.47% 0.21% -
HSV(B) 27.06º 0.64% 0.31% -
XYZ 4.76 4.25 1.73 -
YUV 57.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 80 52 29 0 0.35 0.64 0.69 27.06 0.47 0.21
Hex 50 34 1D 0 23 40 45 1B 2F 15
Octal 120 64 35 0 43 100 105 33 57 25
Binary 1010000 110100 11101 0 100011 1000000 1000101 11011 101111 10101

Color Harmonies of #50341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50341D

Black with #50341D

Text Example


Text Example

White with #50341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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